Project information
- Category: Web design - /HTML/CSS/JS
- Institution: CoderHouse
- Project date: April, 2023
- Project URL: View Project
- Project REPO: View Repository
JavaScript shopping cart
This project focuses mainly on JavaScript and includes the functionalities of adding products to the cart, displaying and clearing the cart, calculating the total purchase amount and checking out, as well as removing, adding, and subtracting products directly from the product card added to the cart. It also highlights the use of CSS, Bootstrap, Sweet Alert, and Toastify for page styling and alerts. Usage of localStorage and the consumption of a local API of products and features in JSON format, using the fetch method.