kangabru / stop-killing-people

An interactive COVID-19 visualisation.

Home Page:https://stopkillingpeople.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An interactive COVID-19 visualisation.

https://stopkillingpeople.xyz/

License:MIT License


Languages

Language:TypeScript 88.2%Language:JavaScript 6.2%Language:Less 4.6%Language:HTML 0.9%