https://github.com/jamstooks/covid-timeline
Timeline of transmission and deaths with key events along the way.
https://github.com/jamstooks/covid-timeline
covid-19 mapbox-gl-js material-ui react recharts
Last synced: 3 months ago
JSON representation
Timeline of transmission and deaths with key events along the way.
- Host: GitHub
- URL: https://github.com/jamstooks/covid-timeline
- Owner: jamstooks
- License: mit
- Created: 2020-04-16T06:02:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:34:27.000Z (over 2 years ago)
- Last Synced: 2023-03-25T01:29:01.058Z (about 2 years ago)
- Topics: covid-19, mapbox-gl-js, material-ui, react, recharts
- Language: JavaScript
- Homepage: https://jamstooks.github.io/covid-timeline/
- Size: 6.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# U.S. Covid Timeline
https://jamstooks.github.io/covid-timeline/
An app displaying transmission and deaths over time, highlighting key events along the way.

## Tech
[React](https://reactjs.org/) |
[Mapbox](https://www.mapbox.com/) |
[Material-UI](https://material-ui.com/) |
[Recharts](https://recharts.org/en-US/)## Data Sources
U.S. States Data: [The New York Times](https://github.com/nytimes/covid-19-data)
World Data: [Johns Hopkins University](https://github.com/CSSEGISandData/COVID-19)
## Local Development
Get a [Mapbox Token](https://www.mapbox.com/) and set the environment variable: `REACT_APP_MAPBOX_TOKEN`
Bootstrapped with [Create React App](https://github.com/facebook/create-react-app), so just:
```
yarn install
yarn start
```## Might do...
- [ ] process data nightly
- [ ] move from JSON to API
- [ ] add additional quote events, perhaps from the WHO
- [ ] add toggle switch to disable looping for playback
- [ ] improve mobile support## License
[MIT](https://opensource.org/licenses/MIT)