A Car Dealer website made with Nextjs & Nodejs which covers the concepts of Fullstack Web Development.
https://cars-n-cars.vercel.app/
- UI/UX
- Responsive
- Non-volatile
- Server Side Rendering (SSR)
Frontend: Nextjs, Redux-toolkit, sass
Backend: Nodejs, Express.js, Mongoose
Clone the project
git clone https://github.com/Vinitpal/cars-n-cars
Go to the project directory
cd frontend
Install dependencies
npm install
Start the server
npm run dev