Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.14 KB

U.S. Covid Timeline

https://jamstooks.github.io/covid-timeline/

An app displaying transmission and deaths over time, highlighting key events along the way.

Screenshot from 2020-04-16 07-17-30

Tech

React | Mapbox | Material-UI | Recharts

Data Sources

U.S. States Data: The New York Times

World Data: Johns Hopkins University

Local Development

Get a Mapbox Token and set the environment variable: REACT_APP_MAPBOX_TOKEN

Bootstrapped with 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