Skip to content

jayrbolton/covid19-growth-dashboard

Repository files navigation

COVID-19 Growth Dashboard

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.

Visit the website here.

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.

Report a bug

Open an issue in this repo.

Development and contribution

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