This simple application prototype shows how we can use React and Redux to build a friendly user experience with instant visual updates.
- Add and remove items
- Remove items
- Edit the quantity of the items in real time
- Calculate automatically the total including the shipping (if chosen)
- Node.js
- NPM
npm install
Excute the following command:
npm start
The application will start automatically in your browser on http://localhost:3000