An e-commerce website built with React.
- User authentication with Auth0.
- Add products to the cart.
- Proceed to checkout and pay.
- Search functionality.
- Filter functionality.
- Basic Storage Management.
Run
npm install
The projects uses 3 environment variables, create .env
file in the root with the following variables:
REACT_APP_AUTH_ID
: Fromt Auth0
REACT_APP_STRIPE_SECRET
: From Stripe
REACT_APP_STRIPE_PUB
: From Stripe
React, Stripe integration, Redux, Auth0.