BuzzBuy is a modern and responsive shopping website built using only HTML, CSS, It simulates an e-commerce platform with product listings, a shopping cart, and category filtering. This project is ideal for frontend practice and UI/UX enhancement.
🔗 Click here to view the live site
(Replace this link with your deployed GitHub Pages / Netlify / Vercel link)
Home Page | Products Page | Cart Page |
---|
|| Home PAGE ||
(Add actual screenshots in a screenshots/
folder and update the paths above.)
- ✅ Responsive design for all devices
- ✅ Product listing with image, title, and price
- ✅ Add to Cart & Remove from Cart functionality
- ✅ Real-time cart update and total amount calculation
- ✅ Simple category-based filtering (optional)
- ✅ Built with clean and modular HTML/CSS/JS code
Tech | Description |
---|---|
HTML5 |
Structure of the website |
CSS3 |
Styling and responsiveness |
JavaScript |
Cart logic and interactivity |