An ecommerce javascript app to show the logic for shopping cart.
- 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