Skip to content

tbassetto/covid-19-chart

Repository files navigation

COVID-19

Just a pet project to try new technologies (Next.js, Chakra UI, GitHub Actions, Netlify, etc.). Also, I live in a small country with a few inhabitants and comparing the total number of deaths to other countries is meaningless, hence a chart to compare data per 100,000 inhabitants.

Data sources

Testing the app locally

yarn
yarn dev

TODO

  • Add option to change the x axis (start date mostly)
  • Add option to change the scale (linear/log)
  • Add animations to the chart during transitions

Update ./covid-data-19

git submodule update --init
git submodule foreach git checkout master
git submodule foreach git pull

Update ./population-data-19

Probably not needed, but you can download the data from https://data.worldbank.org/indicator/SP.POP.TOTL and update the files.