This project was bootstrapped with Create React App.
Car Showroom is simple application butil with React. MobX is used for state managment.
- List of cars from MobX store
- Click on manufacturer of car to show all manufacturers (Make)
- Clik on specific model will shod details about this manufacturer and model (Make and Model)
- Add new car with details (Make, Model, URL and Info)
- Edit existing car (Make, Model, URL and Info)
- Delete car from store
- Filter cars by Make
- Sort A-Z
- Pages
- Download or clone repository.
- Install all project dependencies with npm install
- Start the development server with npm start
- Run on http://localhost:3000