Skip to content

Gigacore/react-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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