A simple and functional shopping cart web application built using HTML, CSS, and JavaScript. This project demonstrates cart features like product listing and dynamic total calculation.
- Static list of products with name, price, and image
- Add-to-cart buttons for each product
- Add items to the cart dynamically
- Calculate and display total price automatically
- Clean layout with grid-based product section
- Responsive and minimal design using CSS
- Frontend: HTML, CSS, JavaScript
- No external dependencies
- Pure DOM manipulation and logic