This simple shopping cart web application shows how React components and Redux can be used to build a friendly user experience with instant visual updates in ecommerce applications.
Home - Display list of products. Product Data is retrieved from firebase
Cart - Add and remove products from the cart Increase or Decrease Product Count
Product - Display Selected Product info
React
Redux
ES6
git clone
npm install
npm start