Skip to content

kn8a/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping cart app using React JS

Book Library

Background

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/

App Functionality

  • 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.

How to use:

  1. Clone this repository.
  2. Installation: npm install
  3. In the project directory, run: npm start
  4. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

Releases

No releases published

Packages

No packages published