Skip to content

refinedguides/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart

An ecommerce javascript app to show the logic for shopping cart.

Features

  • Display products from external API
  • Toggle cart visibility
  • Add to Cart
  • Increase/Decrease quantity
  • Remove from cart
  • Dynamically calculate the total
  • Dynamically update cart badge
  • Clear cart
  • Save cart to local storage

Resources