Skip to content

michaelfery/react-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic e-commerce cart application built with React & Redux

This simple application prototype shows how we can use React and Redux to build a friendly user experience with instant visual updates.

Demo

Here

Features

  • Add and remove items
  • Remove items
  • Edit the quantity of the items in real time
  • Calculate automatically the total including the shipping (if chosen)

Getting started

Requirements

  • Node.js
  • NPM

Package installation

npm install

Start the React App

Excute the following command:

npm start

The application will start automatically in your browser on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published