This is a Myntra clone built using HTML, CSS, and JavaScript. It's a frontend-only project that replicates the look and feel of the Myntra e-commerce platform.
- Responsive design
- Homepage with banners and product cards
- Navbar with search and login
- Product categories section
- Wishlist button (UI only)
- HTML5
- CSS3
- JavaScript (Vanilla)
myntra-clone/
├── assets/
│ ├── css/
│ │ └── style.css
│ ├── js/
│ │ └── script.js
│ └── images/
│ └── (all images used)
├── index.html
└── README.md
-
Clone the repository:
git clone https://github.com/Shaswatchoudhary/Myntra-Clone-app
-
Navigate to the project folder and open
index.html
in your browser.
No server or additional setup required.
This project is inspired by Myntra and is made for learning and educational purposes only.
⭐ If you like this project, consider giving it a star!