Vestis - Ecommerce App using Material UI and Redux
February 21, 2022
Vestis-eCommerce is my first react-project. It was really useful in teaching me the basics. It also provided a great experience in working with state-management (redux) and styling frameworks (Material UI)
Overview:
Stack
Running Locally
The products from Commerce.js need to have a category, size and color variant group for the filter menu to work.
$ git clone https://github.com/andrewdoro/vestis-ecommerce.git $ cd vestis-ecommerce $ npm install $ npm start
Create a .env file similar to .env.example.
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_CHEC_PUBLIC_KEY from Commerce.js
REACT_APP_STRIPE_PUBLIC_KEY from Stripe