A fully functional Myntra Clone built using React and Redux, designed to mimic the user experience of the original fashion e-commerce platform. This project demonstrates front-end development skills including component-based architecture, state management, dynamic routing, and responsive design.
- 🔍 Browse products by category (Clothing, Electronics, Shoes, Mobiles, Books, etc.)
- 🛒 Add to Bag / Remove from Bag functionality
- ❤️ Like and Follow buttons on product cards
- 📱 Responsive design for mobile and desktop
- ⚙️ Filter and sort products (by price, category, brand)
- 🔄 Loader while fetching API data
- 🗑️ Delete product from bag/cart
- 🌐 React Router for page navigation
- 💾 State management using Redux Toolkit
- 🎨 Styled with Tailwind CSS
- Frontend: React, Redux Toolkit, React Router DOM
- Styling: Tailwind CSS
- Backend: (Optional / Planned) Appwrite / Node.js / Express
- Bundler: Vite
git clone https://github.com/yourusername/myntra-clone.git
cd myntra-clone
npm install
npm run dev