We were a team of 5 from the Masai Web-15 batch who worked on cloning the(https://friendly-sable-65643a.netlify.app/) website as part of our Unit-3 construct week. As a team, we were given a project to clone the snapdeal.com. Our project demonstrates a basic flow of an e-commerce page, where a customer can Sign-up, Login, view and filter products, add their product to a cart and place his or her happy order. |
Snapdeal is India's leading pure-play value Ecommerce platform. Founded in 2010 by Kunal Bahl and Rohit Bansal, Snapdeal is one of the top four online lifestyle shopping destinations of India. Snapdeal’s logistics networks powered by third party logistics cover more than 96% of India’s pin codes enabling order deliveries to more than 2500 towns and cities and expanding. Further, Snapdeal’s continuing to build a complete ecosystem around value commerce, where Snapdeal can serve Bharat consumers wherever they are on their offline to online shopping journey. |
- HTML 5
- CSS 3
- Advance JavaScript (ES6)
Want to run in your local Machine? Great!
To run, follow these steps:
- Clone my repository
-
- Open that code in your VS code
-
- Open the
-
on Live server - Then you can Navigate through other pages from Sign_In page etc.
git clone https://github.com/MoovendhanR/snapdeal-clone.git
Go to the project directory
```bash
cd snapdeal-clone
Install dependencies
npm i
Start the server
npm run start