Access my site at covid-data-nl.netlify.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.
- 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
- 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.
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.
MIT License.