Skip to content

Car Showroom is simple application butil with React. MobX is used for state managment.

Notifications You must be signed in to change notification settings

ivanradunkovic/React-Vehicle

Repository files navigation

This project was bootstrapped with Create React App.

Car Showroom

Car Showroom is simple application butil with React. MobX is used for state managment.


Car Showroom features

  • 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

How to run

  • Download or clone repository.
  • Install all project dependencies with npm install
  • Start the development server with npm start
  • Run on http://localhost:3000

Pictures

home

all_makes

details

filter

sort

add_new

edit

About

Car Showroom is simple application butil with React. MobX is used for state managment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published