Skip to content

Nukki/coronavirus_tracker

Repository files navigation

A web application that tracks and visualizes the spread of the virus over time in the world and USA.


Tech used:


Data

Comes from Johns Hopkins University CSSE Github


Demo

Check out the LIVE DEMO


Try it yourself

Clone and go into cloned directory

$ git clone https://github.com/Nukki/coronavirus_tracker.git
$ cd coronavirus_tracker

Install dependencies and run

$ npm install
$ npm start