This project is a shopping cart code challenge. It uses React components and Redux for data storage and manipulation. The project is deployed on GitHub Pages.
It differs from Redux Shopping Cart Example by keeping a complete data structure for the cart. That approach reduces the complexity and also turns the project more close to a real on-line store.
yarn && yarn start
- React
- React Router
- Redux with Thunk and Promise middleware
- Create React App
- Jest + Enzyme
- Semantic UI
- Lodash
- GitHub Pages
yarn deploy