Deployed to: https://fletcherfashion.co.uk
This example e-commerce website is built using the MERN stack, deployed using Google Cloud Run.
The website uses Material-UI v4 components for the price range selector, checkboxes and filter chips.
The API is written using the Express framework on Node.js, using Mongoose to connect to MongoDB.
- Loads the list of products from an API
- Displays the list of products in a React UI
- Lets the user add products to a shopping cart
- Users can update the quantity of products and remove them from the shopping cart
- Calculates the total cost of the shopping cart, including discounts (the price calculation is done server-side)

