DEV Community

Cover image for Visualizing COVID-19 data - Part-1
Nitin Reddy
Nitin Reddy

Posted on

Visualizing COVID-19 data - Part-1

This article is based on the weekend-hack that I have been working on.

To start off with, I have used the REST API provided by mathdro which provides the latest data related COVID-19 affected regions and numbers across the world.

Alt Text

Some of the useful tools that I have used are:-

  1. REST API from COVID-19
  2. NivoRocks for visualization
  3. NextJS - For app development with React
  4. Netlify - For code deployment

The deployed version can be found at COVID-19 VIZ

The code-base can be found at Covid-19 Viz

Currently, this only shows the world-wide numbers for "Confirmed", "Recovered", and "Deaths" cases.

Top comments (0)