Car Wash Hub offers premium car care services with a seamless booking system. Easily compare options, schedule appointments, and enjoy top-quality exterior and interior cleaning tailored to your needs.
Live URL: https://car-wash-zeta-one.vercel.app
user - email :-> cwuser@gmail.com - pass :-> 123456
admin - email :-> cwadmin@gmail.com - pass :-> 123456
- React
- Typescript
- Redux - RTK Query
- Shadcn
- Booking & Payment system
- Comparison System
- Error handling from backend
- Search, sort and filter system
- Login and logout system
- Create, update, delete functionality
- Conditional routing
- Protected route
- Home
- Services
- Compare
- Review
- Login
- Registration
- Route Not found
Admin Dashboard
- Service Management
- Slot Management
- User Management
- Bookings
User Dashboard
- Profile
- Past Bookings
- Upcoming Bookings
- Clone repository
git clone https://github.com/shiningsudipto/car-wash.git
- Go to the cloned folder and open terminal
- Install necessary packages
npm i
- Now run the project
npm run dev