This project is a clone of the Myntra website. It aims to replicate the user interface and some functionality of the original Myntra website for learning and demonstration purposes.
- View items listed on the website
- Add items to the bag
- Cart displays the total price
- HTML
- CSS
- JavaScript
To get a local copy up and running, follow these simple steps:
- Clone the repository
git clone https://github.com/tanujgupta18/Myntra-Website-Clone.git
- Open index.html in your web browser.
- Navigate through the website to explore the listed items.
- Click on the desired item to view details.
- Use the "Add to Bag" button to add the item to your shopping bag.
- Navigate to the cart section.
- The cart will display the added items and their individual prices.
- The total price of all items in the cart will be shown.
This project is deployed using GitHub Pages. You can access the deployed version here.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request