This is a minimal e-commerce shopping cart web application built with HTML, CSS, and JavaScript. It allows users to:
View products
Add products to a cart
See cart total
Checkout
The project runs entirely in the browser without any backend.
🎯 Features Product Listing: Displays available products dynamically.
Add to Cart: Click a button to add items to the cart.
Cart Management: View all items in the cart with their prices.
Total Calculation: Automatically updates the total price.
Checkout Simulation: Simple checkout button (non-functional for payment, but can be extended).
Dark Theme UI: Clean and modern dark-themed interface.
🛠 Tech Stack HTML5 – Structure of the app.
CSS3 – Styling and layout (Dark theme).
JavaScript (ES6) – Handles interactivity and cart logic.