Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 776 Bytes

File metadata and controls

41 lines (28 loc) · 776 Bytes

JavaScript-Shopping-Cart-Feature

This shopping cart is solely built on Vanilla JavaScript using JSON format data. Items that are added into cart will be stored in local storage.

Getting Started

  1. Download the source code.
  2. Run index.html.
  3. Enjoy! 😃

Demos and Screenshot


Add to Cart

gif

Edit Quantity

gif

Remove Item from Cart

gif

Local Storage

img