Old Govhack Release Here, hosted at toi-govhack.qrl.nz
Times of interest
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.
- 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
Available at Questionable-Research-Labs/Govhack2021-backend
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
yarn build
You can preview the built app with
yarn preview
, This should not be used to serve your app in production.