The Ecommerce store web app simulates online item purchases from a general ecommerce store.
https://my-ecommerce-store.netlify.app/
Django, React, Redux, Semantic UI React, Stripe.
- Users can add items to a cart with the desired quantity.
- Users can increase and decrease the quantity of the items inside the cart, or completely remove them from it.
- Users have to be authenticated in order to make purchases.
- Users can request password reset, change their email, username and password.
- Users have to provide a shipping and billing address to be able to purchase items.
- Users can purchase items via Stripe.
- Users can see their purchase history.
This is the client-side for the Ecommerce store web app. The apps backend can be found here: https://github.com/kestvir/ecommerce-store-api