Skip to content

This is a Myntra website clone with basic features of adding and removing items from bag.

Notifications You must be signed in to change notification settings

drashti-03/myntra-clone-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myntra Clone - React & Redux

This is a Myntra Clone built using React, Redux, and Express.js. The frontend is deployed on Vercel, and the backend is hosted on Render.

Live Demo

View it on: Myntra Clone

Backend API: Backend on Render

Note: It may take sometime to properly load the website.

Features

  • React & Redux for state management.
  • Static product data stored in JSON.
  • Backend using Express.js to serve product data.
  • Fetch API calls from React frontend to backend.
  • Deployed on Vercel (Frontend) and Render (Backend).

Tech Stack

Frontend:

  • React
  • Redux Toolkit
  • React Hooks
  • CSS
  • Vercel (Deployment)

Backend:

  • Node.js
  • Express.js
  • CORS
  • Render (Deployment)

Installation & Setup

Clone the Repository

git clone https://github.com/drashti-03/myntra-clone-react.git
cd myntra-clone-react

Install Dependencies

Frontend:

cd myntra-react-clone
npm install

Backend:

cd actual-backend
npm install

Run Locally

Start Backend (Runs on http://localhost:8080 by default)

cd actual-backend
npm start

Start Frontend (Runs on http://localhost:3000 by default)

cd myntra-react-clone
npm start

About

This is a Myntra website clone with basic features of adding and removing items from bag.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published