This is a comprehensive web development project featuring a multi-page e-commerce website built entirely with vanilla JavaScript.
- Product Listing: High-quality grid layout displaying all products effectively.
- Shopping Cart: Seamless functionality to add or remove products from the cart.
- Quantity Management: Users can easily increment or decrement item quantities within the cart.
- Fully Responsive: Optimized for mobile, tablet, and desktop screens.
- Local Storage Integration: Persists cart data so it remains available even after a page refresh.
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Hosting: Netlify
| Home Page | Shopping Cart |
|---|---|
![]() |
![]() |
| Product Detail | Payment (dummy) |
|---|---|
![]() |
![]() |
-
Clone this repository to your local machine:
git clone https://github.com/code-aadi/Ecommerce-Store-frontend.git
-
Navigate to the project folder:
cd Ecommerce-Store-frontend
Open the project:
Simply open index.html in your browser.
Or, right-click index.html in VS Code and select "Open with Live Server".



