A dynamic car review platform inspired by Need for Speed (NFS), built using the MERN stack (MongoDB, Express.js, React.js, Node.js) with Tailwind CSS for modern styling.
This project allows users to browse cars, share reviews, rate vehicles, and manage profiles in an interactive and scalable environment.
- 🔐 User Authentication – Secure login & signup system.
- 📝 Car Reviews & Ratings – Add, edit, and update reviews in real time.
- 📊 MongoDB Integration – Efficient storage for users, reviews, and ratings.
- ⚡ RESTful APIs – Powered by Node.js & Express for seamless frontend-backend communication.
- 🎨 Responsive UI – Built with React + Tailwind CSS for a sleek user experience.
- ⏱️ Real-Time Updates – Instant review submission and display.
- Frontend: React.js, Tailwind CSS, HTML, CSS
- Backend: Node.js, Express.js
- Database: MongoDB (Mongoose ODM)
- Styling: Tailwind CSS
git clone https://github.com/your-username/nfs-car-review.git cd nfs-car-review
npm install cd client && npm install
npm run server
cd client npm start