Skip to content

reactDev037/react-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react shopping cart

example of shopping cart implemented in react.js and redux.js

getting started

install dependencies and start local dev server

git clone https://github.com/reactDev037/react-shopping-cart
npm install
npm start

details

  • build with create react app. Check their page for more details.
  • this example is using redux.js for application state management, to learn more about it I recommend this tutorial.
  • you can look under the hood directly from your browser using redux devtools. Install extension for your browser, open demo page (link above) and see how app state changes when you interact with it.
  • if you wonder why reducers, actions and selectors are all in one file inside folder called ducks, read more here.

TODO

  • add reducers and selectors unit tests

About

A simple shopping cart SPA written in React & Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published