ecommerce-frontend
ecommerce-frontend copied to clipboard
React+Redux frontend for eCommerce project
ecommerce-frontend
React+Redux frontend for eCommerce project.
Features
- 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).
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