Note: The COVID Tracking Project will no longer be collecting data starting March, 2021. Coinciding with this, I will bring the site down at the same time while keeping the code archived and available.
A dashboard to visualize and examine the activity of COVID-19 around the world with support for multiple data sources.
Thanks to Github for the hosting.
See the contribution guidelines.
Technologies used:
- Typescript
- Parcel
- npm
- Preact
- Chartist
- Tachyons
Install dependencies with npm install
Run the dev server with npm run dev
Build to /docs
(which is served by Github-pages) by running npm run build