Skip to content

emapeire/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart

shopping-cart

Sentence

1. Ecommerce

  • Show a list of products that come from a JSON file
  • Add a filter by category
  • Add a filter by price range

Make use of useContext to avoid passing inneceesary props to components.

2. Shopping Cart

  • Make that the products can be added to a shopping cart
  • Make that the products can be removed from the shopping cart
  • Make that the products can be updated from the shopping cart
  • Sync the shopping cart with list of products
  • Save the shopping cart in localStorage

Contributors