Skip to content

eersd/react-redux-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is mainly to learn about Redux in React.

Getting Started

Live demo is available at: https://shop-redux.netlify.app/.

To run the frontend locally:

  • Clone this repo
  • npm install to install the required dependencies
  • npm start to start the local server on port 3000

Redux

Generally, the image below describes how redux works. An action is triggered from View e.g. through a Button, then Action dispatches a type and payload. The reducer then updates the state / store based on the content of the dispatch. Redux Flow

General Functionality

  • Add Products to Cart
  • Proceed to Checkout
  • Enter Information and Address
  • After Buying the summary of an Order will be listed
  • To see all orders processed, go to the top right corner in the Admin section

About

Create Shopping Cart using Redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published