sinclairtarget / covid-dashboard

Home Page:https://sinclairtarget.com/covid-dashboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID Dashboard Exercise

A data visualization intended for a future historian.

Running Locally

From the app folder, run:

$ yarn install
$ yarn serve

You should then be able to view the visualization via localhost.

Data Analysis / Cleaning

The generate.py script takes the data provided by the New York Times and transforms it into the JSON file that drives the visualization. To run the script and replace the JSON file, you first need to install the Python dependencies using Pipenv:

$ pipenv install

You can then run the script with:

$ pipenv run python generate.py > app/dist/data.json

Rationale / Thought Process

See rationale.md.

About

https://sinclairtarget.com/covid-dashboard/


Languages

Language:JavaScript 72.8%Language:Python 15.7%Language:CSS 9.3%Language:HTML 1.7%Language:Shell 0.5%