tbassetto / covid-19-chart

Pet project to test Next.js, Chakra UI and Netlify

Home Page:https://covid-19-chart.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pet project to test Next.js, Chakra UI and Netlify

https://covid-19-chart.netlify.app


Languages

Language:TypeScript 94.9%Language:JavaScript 5.1%