Skip to content

Questionable-Research-Labs/Govhack-2021

Repository files navigation

Old Govhack Release Here, hosted at toi-govhack.qrl.nz


Logo

Toi

Times of interest

NodeJs LINES OF CODE LICENSE

Toi (pronounced "toy") is a tool that lets you visualize the all the COVID-19 locations of interest and outlined by the New Zealand Ministry of Health, and allows you to filter by name and by time.

Features

  • Filtering by date, so you can see if you were in an area of interest during any given period of time
  • Search for location by name
  • Push notification for when new locations are added
  • Insatiable PWA with offline support
  • Intuitive map interface

For a walk though visit walkthrough.md

Toi Backend code

Available at Questionable-Research-Labs/Govhack2021-backend

Developing

Once you've created a project and installed dependencies with yarn, start a development server:

yarn dev

# or start the server and open the app in a new browser tab
yarn dev -- --open

Building

yarn build

You can preview the built app with yarn preview, This should not be used to serve your app in production.