React+Redux frontend for eCommerce project.
- Fully operational shopping cart: adding & removing products, incrementing/decrementing quantity of an item in cart (limited by stock availibility), clearing cart.
- Three-step checkout process with a selection of shipping address, delivery method and payment method (currently only card payments via Stripe are supported).
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