Here you will see in code Developing an e-commerce site with:
- Vanilla JavaScript (pure),
- applying concepts of DOM,
- OOP
- Other features
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;