A responsive React-based frontend for managing car data, connected to the Backend API Cars. This project allows users to perform CRUD operations on car entries with secure JWT-based authentication.
- ⚛️ React (Vite or Create React App)
- 🎨 Tailwind CSS (or CSS Modules)
- 🔐 JWT-based auth integration
- 🔗 Axios for API requests
- 🌍 Connected to Node.js + Express + MongoDB backend
- 🔐 User login and JWT authentication
- 🚗 View list of cars
- ➕ Add new car
- ✏️ Update car details
- ❌ Delete car
- 🎯 Form validation and error handling
- 🌙 Responsive UI and clean design
- Backend API running (Backend API Cars)
- Node.js ≥ 14.x
- A modern browser
git clone https://github.com/yourusername/car-management-frontend.git
cd car-management-frontend
npm install