This project is a clone of an e-commerce website https://www.decathlon.in/ created using React.
- Multi page
- Responsive
- Slide-in checkout section
- Mega menu
- Full e-commerce feature from adding product to cart to checkout
- Add filter options to filter products based on categories.
- Add sort options to sort products based on ratings and price.
- Calling data from REST API
- Styled using Tailwind CSS with tailwind-merge
- React hooks such as Context API, useEffect, useState and more
- Flexible for further customization
- React
- Tailwind CSS
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/NaveenKharwar/dekaathlon.git
- Navigate to the project directory:
cd dekaathlon
- Install dependencies:
npm install
- Start the development server:
npm run dev
Once the development server is running, you can access the Star Wars clone in your web browser at http://localhost:5173
.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.