Loading content...
Loading content...
An ecommerce page of sneakers with different sections of sneaker brands with their prices.

An ecommerce page of sneakers with different section of sneaker brands with their prices. This page also has a multifunctional cart section which was coded with Javascript. A sneaker can be added to the cart and be removed with a nicely styled trash can. Immediately a sneaker is added to the cart a calculation is made an updated. When a user tries to add an item twice to the cart, a pop-up appears. When the goods are purchased the cart clears and a nice pop up appears.
This project was built with HTML, CSS, and Javascript. The project was built with the help of a tutorial from Youtube. The project was built to help me understand how to use Javascript to build a cart and also to help me understand how to manipulate the DOM effectively.
I was responsible for the whole project. I built the project from scratch and also added some extra features to the project. such as cart section. I added some logic to the cart section and also styled some sweetalerts.
This project was a great learning experience for me. I learned how to use vanilla Javascript to build a frontend application with logic and DOM manipulation.