This project is written using React JS and is the last project of the React chapter in TheOdinProject. https://www.theodinproject.com/lessons/node-path-javascript-shopping-cart
Live demo: https://kn8a.github.io/shopping-cart/
- Import products from JSON.
- Using Router to load different elements.
- Dynamic routing with category and product name.
- Display products page w/ add-to-cart button
- Display product details w/ add-to-cart button
- Cart Qty update on Nav
- Total each item and total all items in Cart.
- Clone this repository.
- Installation:
npm install
- In the project directory, run:
npm start
- Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.