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.
View it on: Myntra Clone
Backend API: Backend on Render
- 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).
- React
- Redux Toolkit
- React Hooks
- CSS
- Vercel (Deployment)
- Node.js
- Express.js
- CORS
- Render (Deployment)
git clone https://github.com/drashti-03/myntra-clone-react.git
cd myntra-clone-reactcd myntra-react-clone
npm installcd actual-backend
npm installcd actual-backend
npm startcd myntra-react-clone
npm start