React E-Commerce with Stripe Integration

Description

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.

Installation

To get started with the project locally, follow the steps below:

  1. Clone the repository:
    git clone https://github.com/yashcrest/e-commerce.git ```
  2. Navigate to the project directory
    cd e-commerce
    
  3. Install the dependencies
    npm install
    
  4. Start the development server:
    npm run dev
    

Usage

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.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Name - yashcrest@gmail.com

Project Link: https://github.com/yashcrest/e-commerce

Acknowledgements