Skip to content

andyrutherford/covid2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker 2.0

Visualize the rate of infection and spread of the 2019 novel coronavirus (COVID-19).

Check out version 1.0 here.

Features

  • See the most recent data in a visually optimized format.
  • Enable dark mode. Theme settings are saved in local storage.
  • Fully responsive and mobile friendly.

Setup

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/andyrutherford/covid2.0.git

# Go into the repository
$ cd covid2.0

# The geomap requires a google maps api key.
# Create a .env in the root of the project with your api key:
$ REACT_APP_GOOGLE_MAPS_API_KEY=<your-google-maps-api-key>

# Install dependencies
$ npm install

# Run the app
$ npm start

Tech

COVID19-Tracker uses a number of open source projects to work properly:

Demo

https://covid-dashboard2.netlify.app/

License

MIT

About

Visualize the spread of COVID-19.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published