/js-shopping-cart-fork

A minimal and simple shopping cart with pure js

Primary LanguageJavaScript

Simple shopping cart build with pure Javascript

In this simple exercise you are given a list of items, each with a price and you are given a list of items to buy.

concept you have to know:

  • HTML
  • CSS
  • JS
    • Variables
    • Arrays
    • Objects
    • Functions
    • Event listeners
    • DOM manipulation
    • Local storage