This project is a clone of the popular e-commerce website Myntra, built using React and Redux. The aim is to replicate some of the core functionalities of Myntra, including product listings and a shopping cart.
- Product listing
- Product details page
- Shopping cart functionality
- Responsive design
- Clone the repository:
git clone https://github.com/GAURAV142004/Myntra-Clone-Using-React-and-Redux.git
- Navigate to the project directory:
cd Myntra-Clone-Using-React-and-Redux
- Install dependencies for the data server:
npm install
- Start the data server:
npm run server
- In a new terminal, start the development server using Vite:
npm run dev
- Open your browser and navigate to
http://localhost:3000
.
- React: A JavaScript library for building user interfaces.
- Redux: A predictable state container for JavaScript apps.
- React Router: For routing in React applications.
- Axios: For making HTTP requests.
- Bootstrap: For responsive design and styling.
- Vite: A build tool that provides a faster and leaner development experience for modern web projects.