A fully functional e-commerce product showcase built with HTML, CSS, and JavaScript. This project features a modern, responsive UI, authentication, cart/wishlist, dark mode, and more—perfect for learning or demoing a professional online store.
- Professional Amazon/Flipkart-like design
- Responsive layout (desktop & mobile)
- Product grid with categories & search
- Sticky header & sidebar navigation
- Product carousel & deal of the day
- Add to Cart & Wishlist (with localStorage persistence)
- Floating cart with item count
- Login/logout authentication (demo credentials)
- Account/profile modal (view info, logout)
- Dark/Light mode toggle
- Popup notifications & modals
Use these credentials to log in:
Username: user
Password: pass123
- HTML5
- CSS
- JavaScript
- Vercel for static deployment
- Clone this repo:
git clone https://github.com/JayanthSrinivas06/E-commerce-store.git
- Open
index.htmlin your browser. - (Optional) Use Live Server for hot reload.
Deployed on Vercel. Just push to main and your site updates automatically!
E-commerce-store/
├── assets/
│ ├── logo.svg
│ ├── banners/
│ └── products/
├── index.html
├── login.html
├── script.js
├── style.css
└── README.md
- Built by Jayanth Srinivas
⭐️ Star this repo if you like it!