example of shopping cart implemented in react.js and redux.js
Used react scripts to run the project.
install dependencies and start local dev server
npm install
npm start
Have added complete test cases for actions, reducer and have also tried to add few test cases to demonstrate the use of Enzyme shallow rendering etc for unit testing using jest
Have also configured code coverage