Skip to content

kkosiba/ecommerce-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecommerce-frontend

React+Redux frontend for eCommerce project.

Features

  1. Fully operational shopping cart: adding & removing products, incrementing/decrementing quantity of an item in cart (limited by stock availibility), clearing cart.
  2. Three-step checkout process with a selection of shipping address, delivery method and payment method (currently only card payments via Stripe are supported).

How to set up

For the frontend it is enough to run

npm install

to install all dependencies. Then, one can run frontend on localhost:3000 by running

npm start