Add To Cart System

  1. index.html contains three accessories with buttons
  2. contact.html
  3. cart.html
  4. scripts.ts used for handling sessions(to enable and disable add to cart and remove from cart buttons) and local storage
  5. info.ts used for accessing items from local storage and intializing Info class members
  6. scripts.js is a code which is obtained after transpiling scripts.ts
  7. info.js is a code which is obtained after transpiling info.ts