Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.32 KB

Virtual Storefront

e-Commerce storefront using React with Redux, coupled with a live API server and Material UI.

Storefront Screenshot

Deployment

Browse Lies, Pies, and Spy Wares

Documentation

Development and testing

UML

Virtual Storefront

Virtual Storefront Whiteboard

Installation

To get started clone this repository:

git clone https://github.com/RheaMimiCarillo/storefront.git

Navigate to your local directory and install dependencies:

npm i

Usage

Select from each category filter relevant products. Change the theme from light to dark mode with a click of a button.

Testing

My test suite uses RTL to cover the following cases:

  1. Display a list of all categories from the Redux Store
  2. Display a list of all products within a selected category
  3. Displays components using Material UI
  • a test for if my custom theme is applying to a sample

References

  1. target="_blank" rel="noopener noreferrer" safety