This repository contains an e-commerce web application built using React and Redux. The application provides a user-friendly interface to browse products, add them to the cart, and proceed to checkout. Website Link
To get started with the project locally, follow the steps below:
- Clone the repository:
git clone https://github.com/yashcrest/e-commerce.git
- Navigate to the project directory
cd e-commerce
- Install the dependencies
npm install
- Start the development server:
npm run dev
After setting up the project, you can access it at http://localhost:3000 (or the port specified in your terminal). Explore the products, add them to your cart, and proceed to checkout to complete the purchase.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Name - [email protected]
Project Link: https://github.com/yashcrest/e-commerce