This project is a frontend application for managing cars.
To get started with the Car Management Frontend, follow these steps:
- Clone this repository.
- Install the dependencies using
npm install
. - Start the development server with
npm run dev
. - Open the browser and go to
http://localhost:3000
to view the application.
This frontend application includes the following features:
- View a list of cars
- Add new cars
- Delete cars (todo)
- edit cars (todo)
This project is built using the following technologies:
- React
- TypeScript
- MUI (Material-UI)
- Vite
- React-query
This project is licensed under the MIT License - see the LICENSE file for details.