Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.3 KB

Covid-19 Tracker

React web app for tracking confirmed cases, recoveries, and deaths associated with Covid-19 globally and across the US

See it live

Data

Tech

Demo

Run locally

$ git clone https://github.com/jenross/covid-19_tracker.git
$ cd covid-19_tracker
$ yarn install
$ yarn start

Open http://localhost:3000 in your browser