A fully responsive Myntra e-commerce clone built using web development technologies. This project replicates the look and feel of the original Myntra website, including homepage, product pages, cart, and basic functionality.
- ✅ Home page with banners and categories
- ✅ Product listing by category
- ✅ Product details page
- ✅ Shopping cart system
- ✅ Responsive design (mobile + desktop)
- ✅ Clean UI with modern CSS
Technology | Use |
---|---|
HTML |
Page structure |
CSS |
Styling and layout |
JavaScript |
Interactivity and DOM control |
LocalStorage |
Cart persistence (optional) |
(Add screenshots here of home page, product page, and cart view)
- Clone this repo:
git clone https://github.com/alokbhateshwar/myntra-clone.git
cd myntra-clone
- Open
index.html
in your browser:
# Simply double-click the file or use Live Server in VS Code
myntra-clone/
│
├── index.html # Home page
├── product.html # Product listing page
├── cart.html # Shopping cart page
├── style.css # Global styles
├── script.js # JS for interactivity
└── assets/ # Images and icons
- Add login/signup page
- Backend integration with database (e.g. Firebase or Node.js)
- Dynamic product loading
- Payment gateway integration
Alok Bhateshwar 🔗 GitHub
This project is licensed under the MIT License. Feel free to use and customize it.
---
Let me know if you'd like:
- 📦 A `LICENSE` file (MIT)
- 🧾 A `.gitignore`
- 🌐 Deployment instructions (e.g., with GitHub Pages)
- 🔄 Conversion to React or backend integration
Happy coding! 🚀