Skip to content

Simple eCommerce project built with React and Redux. Features include item search, shopping cart management, checkout, and order history. A showcase of React-Redux integration and eCommerce functionality. Get started quickly and build your own online store!

Notifications You must be signed in to change notification settings

kalczugag/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce Project

This is an eCommerce project built using React and Redux. It showcases a simple online store where users can browse and purchase items.

Features

  • Browse and search for items
  • Add items to the shopping cart
  • Update quantities and remove items from the cart
  • Checkout and complete the purchase
  • View order history

Installation

  1. Clone the repository:

    git clone https://github.com/kalczugag/ecommerce.git
    
  2. Navigate to the project directory:

    cd ecommerce
  3. Install dependencies:

    npm install
  4. Start the development server and json-server:

    npm run start:server
    npm start
  5. Open the application in your browser: http://localhost:3000

Contributing

Contributions are welcome! If you have any suggestions, bug fixes, or new features to propose, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. Feel free to copy and paste this content into your README.md file and modify it according to your specific eCommerce project.

About

Simple eCommerce project built with React and Redux. Features include item search, shopping cart management, checkout, and order history. A showcase of React-Redux integration and eCommerce functionality. Get started quickly and build your own online store!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published