Shopping Cart

Project for TheOdinProject JavaScript curriculum.

This project is a recreation of an online store to practice Routes in React. On the navigation bar, there are links that takes the user to specific paths (Home and Shop).

Features

  • Increase and decrease the item quantity with buttons
  • Type the desired item quantity as an input.
  • When an item is added to cart, the number of items in the cart is shown on the bag icon.

Resources

Demo

Live version here

How to use

To use the website, click here.

To use the code, download the files and, on the file's directory, type the following on the terminal:

npm install
npm run start