Data visualizations for Covid-19 statistics taken from covidtracking.com's API.
- Deaths as of Date
- Bar chart showing rolling sum of deaths
- Deaths by State
- Choropleth map showing total deaths by state
- Hospitalizations - Alive vs. Deceased
- Pie chart showing percentage and sum of alive vs. deceased patients that were hospitalized
- Test Results - Positive vs. Negative
- Pie chart showing percentage and sum of positive vs. negative test results
- Node script pulls data and saves in public folder as json files, preformatted for data visualization
- Jenkins server runs in EC2 instance and runs the build script daily to ensure the data is at least 24 hours up to date
- Jenkins also rebuilds the site through a GitHub webhook that gets triggered on a push to this repo
- Make map more responsive
- Make page mobile responsive
- React
- TypeScript
- Node
- Nivo
MIT
Sean W. Lawrence