Region 4 Case Study

Details about this project can be found in the case study document.

Technical Specs

  • Python
  • TypeScript
  • React
  • TailwindCSS
  • Jest

Run locally

Ensure that you have Node.js and yarn installed on your machine.

  1. Clone this repository
  2. Navigate to the ./frontend folder.
  3. Run the command npm install to install the projects dependencies
  4. Run the command npm run start to start the projects server
  5. In a browser, navigate to http://localhost:3000 (or the port you chose)
  6. To run the test suite, run the command npm run test