A simple shopping cart SPA with an ability to persist cart items on page refresh.
Demo: https://www.gigacore.in/demos/shopping-cart/
- React
- Redux
- ES6
- No DOM manipulation libraries used (such as jQuery)
- SASS
- Redux-Persist to store cart data on page refresh using localStorage.
- git clone
- npm i
- npm start
MIT © 2017 Santhosh Sundar