A web application that allows users to purchase COVID-19 health products.
To checkout on the site, users must create a buyer account.
Design docs are found in design_docs
Deployed at https://health-4u.herokuapp.com/
- Add items to cart
- Remove items from cart
- Change product quantity in the cart
- Bookmark products
- Make purchases
- View order history
- Update profile
- Create item
- Edit item
- Delete item
- Update profile
- React + React Hooks
- SASS
- Material UI
- NodeJS/Express
- Mongoose
- MongoDB
cd frontend
npm run build
cd frontend
npm install
sass -I src/styles/sass/_global.sass src/styles/sass:src/styles --watch
npm start
npm install
npm start