/stop-killing-people

An interactive COVID-19 visualisation.

Primary LanguageTypeScriptMIT LicenseMIT

Stop Killing People

A web app which visualises COVID-19 cases between two countries over time. It features:

  • A timeline which can be used to scrub data back in time
  • Interactive inputs to allow users to explore the data in various ways
  • A fun social distancing illustration

This app is built using React, D3, and Tailwind CSS. Data provided by John Hopkins CSSE.

Screenshot


Setup

Install: $ npm install

Add the following local data files if running locally:

  • data/confirmed.csv
  • data/deaths.csv

Tip: Up to date files can be found the data branch. Simply switch branches to data then back to master and the files should remain there.


Usage

Develop: $ npm run dev

Release: $ npm run build