Sample React program
"React Shop"
- clone file
- on command line, go to folder: cd "*/react_shop-master"
- on command line, type: "npm install"
- on command line, type: "npm start"
Site map:
- Home
- Product list
- admin
features:
- Can view products
- can filter product by category
- can add products to cart
- can remove products to cart
- can view product picture and price in the list and in the cart
- owner/ admin can set promos and discounts
- cart can show total price
- Editing