Skip to content

Vanilla JS Shopping Cart which uses local storage to store data. Beginner Project for understanding how 'Shopping Cart' works.

Notifications You must be signed in to change notification settings

shricodev/vanilla-JS-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla JS shopping cart

This is a simple shopping cart project built with vanilla JavaScript.

Features

  • Add items to cart
  • Remove items from cart
  • Calculate cart total
  • Clear cart

Getting Started

To run this project, simply open the index.html file in your browser.

Usage

  • Click the "Add to Cart" button to add an item to your cart.
  • View your cart by clicking the shopping cart icon in the top right corner of the page.
  • Remove items from your cart by clicking the "Remove" button next to the item in the cart.
  • Clear your cart by clicking the "Clear Cart" button.

Credits

This project was inspired by the shopping cart project in The freeCodeCamp.

About

Vanilla JS Shopping Cart which uses local storage to store data. Beginner Project for understanding how 'Shopping Cart' works.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published