Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayrbolton/covid19-growth-dashboard

COVID-19 tracking dashboard
https://github.com/jayrbolton/covid19-growth-dashboard

coronavirus coronavirus-tracking covid-19 covid-tracking covid19 preact tachyons typescript

Last synced: about 1 month ago
JSON representation

COVID-19 tracking dashboard

Awesome Lists containing this project

README

        

# 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](https://www.covid19tracking.org).

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](https://github.com/jayrbolton/covid19-growth-dashboard/issues).

## Development and contribution

See the [contribution guidelines](CONTRIBUTING.md).

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`