Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 791 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 791 Bytes

E-commerce-whit-API

Here you will see in code Developing an e-commerce site with:

  • Vanilla JavaScript (pure),
  • applying concepts of DOM,
  • OOP
  • Other features

MainPage

image

What you can do in this website?

  • A Register user whit yiu are not register yet;
  • If you add an item to the shopping cart without being logged in your products will be stored in localStorage;
  • If you are logged in, your shopping cart is stored in the API and you do not lose your shopping cart information;
  • If you are logged in you can add and edit new products for the e-commerce through the dashboard page;

Enjoy the E-commerce!