Skip to content

Commit c2329ad

Browse files
authored
Update README.md
1 parent 8056462 commit c2329ad

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# shopping_cart_html.js.css
1+
# 🛒 Shopping Cart – HTML, CSS & JavaScript
2+
3+
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.
4+
5+
---
6+
7+
## ✅ Features
8+
9+
### 🛍️ Product Display
10+
- Static list of products with name, price, and image
11+
- Add-to-cart buttons for each product
12+
13+
### 🛒 Cart Management
14+
- Add items to the cart dynamically
15+
- Calculate and display total price automatically
16+
17+
### 🎨 UI & Design
18+
- Clean layout with grid-based product section
19+
- Responsive and minimal design using **CSS**
20+
21+
### ⚙️ Tech Stack
22+
23+
- **Frontend:** HTML, CSS, JavaScript
24+
- No external dependencies
25+
- Pure DOM manipulation and logic
26+
27+
28+

0 commit comments

Comments
 (0)