Skip to content

This page was made as a personal project in connection with an educational exercise.

This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. DO NOT enter any personal information (such as logins, passwords or credit card numbers) on this site.

Latest commit

 

History

History
39 lines (29 loc) · 1.44 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.44 KB

MeeshoClone

Meesho Clone Meesho Clone Website https://meesho-by-nitrogen.netlify.app

Meesho is an indian e-commerce company, We tried core functionalities of Meesho during Third Construct Week held after completition of Unit 4 in Masai.

Technologies used :-

  1. React
  2. MUI
  3. Redux
  4. Mock server

Features:-

  1. Authentication using fake OTP
  2. Search Product
  3. Sorting on Product page
  4. Add to cart
  5. Seller Page

Contributions:-

[Jaynika Tandel]

Deploy Locally

Steps to deploy

  git clone https://github.com/ // Clone This Repo
  cd Meesho                                                // Move to the repo
  npm install                                              // install required dependencies
  npm run start                                            // Run all Servers

Now Visit localhost:3000