A fully responsive, frontend e-commerce application built with vanilla JavaScript. This project demonstrates DOM manipulation, state management for the shopping cart, and dynamic product rendering.
- Dynamic Product Listing: Products are rendered dynamically using JavaScript loops and objects.
- Shopping Cart Logic: Users can add items, remove items, and view their selected products.
- Real-time Calculations: The total price updates automatically as items are modified in the cart.
- Responsive Design: Optimized for mobile, tablet, and desktop views using modern CSS.
- Interactive UI: Smooth transitions and hover effects for a polished user experience.
- Frontend: HTML5, CSS3
- Logic: Vanilla JavaScript (ES6+)
- Version Control: Git & GitHub
/Ecommerce-website
├── index.html # Main structure
├── style.css # Styling and responsive media queries
└── script.js # Cart logic and DOM manipulation
Abey Akilesh M