Skip to content

tomfletch/fletcher-fashion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fletcher Fashion

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.

Features

  • 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)

Screenshots

Fletcher Fashion Products Grid Fletcher Fashion Shopping Cart