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.
Follow these steps to set up the project locally.
- NodeJS
sudo apt install nodejs
- NPM
sudo apt install npm
- Docker (optional for containerized deployment)
sudo apt install docker.io
- Clone the repo
git clone https://github.com/quickwrench/quickwrench-frontend.git
- Navigate to the project directory
cd quickwrench-frontend
- Install dependencies
npm install
Here is how to use the project:
- Start the development server
npm run dev
- Visit
http://127.0.0.1:5173
in your browser.
Contributions are welcome! To get started:
- Fork the repository
- Create a branch for your feature (
git checkout -b feat/amazing-feature
) - Commit your changes (
git commit -m 'feat: add amazing-feature'
) - Push the branch (
git push origin feat/amazing-feature
) - Open a Pull Request
Distributed under the GPL v3 License. See LICENSE.txt
for more information.