Skip to content

DTD-Design-Team/react-shopping-cart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Shopping Cart

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

Demo: http://www.gigacore.in/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

About

A simple shopping cart SPA written in React & Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • CSS 26.6%
  • HTML 2.6%