Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jayrbolton/covid19-growth-dashboard
- Owner: jayrbolton
- License: mit
- Created: 2020-03-16T20:31:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T02:48:21.000Z (over 2 years ago)
- Last Synced: 2024-04-18T13:04:28.392Z (7 months ago)
- Topics: coronavirus, coronavirus-tracking, covid-19, covid-tracking, covid19, preact, tachyons, typescript
- Language: TypeScript
- Homepage: https://www.covid19tracking.org
- Size: 3.12 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
* TachyonsInstall 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`