Skip to content

shriniwas26/Timelapse-Vislualization-for-Dutch-COVID-19-Data

Repository files navigation

Timelapse of COVID-19 data in the Netherlands

Demo Link

Access my site at covid-data-nl.netlify.app.

Table of Contents

About The App

This app visualized COVID-19 data in the Netherlands, as published by the National Institute for Public Health and the Environment (Rijksinstituut voor Volksgezondheid en Milieu) or RIVM.

I built this app as a fun exercise in teaching myself React.js and D3.js.

Screenshots

alt text alt text

Setup

  • Download or clone the repository
  • Run yarn install
  • Run yarn start
  • Rest of the insturctions are described in the standard README that comes with the start-react-app template in this file

Approach

  • I've used the data as published by RIVM.
  • Basic data cleaning operations are done.
  • I've used (slightly old) population data per municipality to compute the case rate per day for each municipality. (v/s Absolute values published.)
  • For smoothness of animation, it actually renders a 14-day moving average.

Status

This app is being developed. In version 2.0 I am plan to bring the following changes

  • Move class based components to functional ones.
  • Better splitting.
  • Zooming in & out in the map.
  • Support to display other metrics, e.g. Hospitalization, and Mortality.

License

MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published