yuri-val / react-shopping-cart

A simple shopping cart with orders status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

A simple shopping cart with orders status


Languages

Language:JavaScript 84.5%Language:HTML 7.5%Language:CSS 4.8%Language:Shell 3.1%