https://jamstooks.github.io/covid-timeline/
An app displaying transmission and deaths over time, highlighting key events along the way.
React | Mapbox | Material-UI | Recharts
U.S. States Data: The New York Times
World Data: Johns Hopkins University
Get a Mapbox Token and set the environment variable: REACT_APP_MAPBOX_TOKEN
Bootstrapped with Create React App, so just:
yarn install
yarn start
- 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