DEV Community

Cover image for COVID-19 world spread app.
alexpaper
alexpaper

Posted on • Updated on

COVID-19 world spread app.

Hello everyone,
this is a simple app to see the corona virus world spread situation constantly updated. On top you can see the first country max deaths (Italy currently).
You can search by country to see the current situation, you can also see the map of the country region.
preview:

COVID-19 App Preview

I just added a simple loader effect, and a chart data visualization
of the infection using d3.
I changed the data order, now are ordered by country max deaths.

I built it with the following:

  • Express
  • React hooks
  • NodeJs
  • D3

git repo front and back: https://github.com/alexpaper/covid-19-app

thanks.

Top comments (0)