There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
An online shopping cart with the functionalities of adding, removing, viewing in cart, checking out chosen products and display the invoice. Technologies used: React, Redux store and a REST Api for fetching data. Vital dependencies used: es6-promise and isomorphic-fetch. How to use: 1. Make sure you have Node.js installed on your system globally. 2. run: <npm start> and then view on port 3000 i.e http://localhost:3000