https://github.com/quickwrench/quickwrench-frontend
QuickWrench web app frontend written using React ๐จ
https://github.com/quickwrench/quickwrench-frontend
css frontend html javascript react react-components reactjs vite
Last synced: 3 months ago
JSON representation
QuickWrench web app frontend written using React ๐จ
- Host: GitHub
- URL: https://github.com/quickwrench/quickwrench-frontend
- Owner: quickwrench
- License: gpl-3.0
- Created: 2024-10-19T11:15:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T20:14:58.000Z (over 1 year ago)
- Last Synced: 2025-02-03T19:26:59.907Z (over 1 year ago)
- Topics: css, frontend, html, javascript, react, react-components, reactjs, vite
- Language: JavaScript
- Homepage:
- Size: 776 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
QuickWrench React
Frontend for the QuickWrench web application ๐จ
Getting Started
ยท
Report Bug
ยท
Request Feature
## About The Project โจ
QuickWrench is an innovative platform designed to connect users with trusted car mechanics for scheduling maintenance and repair services. With QuickWrench, workshops can grow their customer base while users enjoy seamless appointment scheduling, tailored service suggestions, and reliable reviews.
## Getting Started ๐
Follow these steps to set up the project locally.
### Prerequisites ๐ฆ
- NodeJS
```sh
sudo apt install nodejs
```
- NPM
```sh
sudo apt install npm
```
- Docker (optional for containerized deployment)
```sh
sudo apt install docker.io
```
### Installation โ๏ธ
1. Clone the repo
```sh
git clone https://github.com/quickwrench/quickwrench-frontend.git
```
2. Navigate to the project directory
```sh
cd quickwrench-frontend
```
3. Install dependencies
```sh
npm install
```
## Usage ๐ง
Here is how to use the project:
1. Start the development server
```sh
npm run dev
```
2. Visit `http://127.0.0.1:5173` in your browser.
## Contributing ๐ฅ
Contributions are welcome! To get started:
1. Fork the repository
2. Create a branch for your feature (`git checkout -b feat/amazing-feature`)
3. Commit your changes (`git commit -m 'feat: add amazing-feature'`)
4. Push the branch (`git push origin feat/amazing-feature`)
5. Open a Pull Request
## License ๐
Distributed under the GPL v3 License. See `LICENSE.txt` for more information.