/react-shopping-cart

A simple shopping cart SPA written in React & Redux

Primary LanguageJavaScriptMIT LicenseMIT

React Shopping Cart

A simple shopping cart SPA with an ability to persist cart items on page refresh.

Demo: https://www.gigacore.in/demos/shopping-cart/

Under the hood

  • React
  • Redux
  • ES6
  • No DOM manipulation libraries used (such as jQuery)
  • SASS
  • Redux-Persist to store cart data on page refresh using localStorage.

Get it runnin'!

  • git clone
  • npm i
  • npm start

The MIT License (MIT)

MIT © 2017 Santhosh Sundar