Drigax / COVID19-US-Tracker

Map App to track spread of COVID19 in US

Home Page:https://covid19-us-tracker.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID19-US-Tracker

Status: Netlify Status

This is an app I made to track the spread of COVID19 in the US. I used a tutorial from Colby Fayock to bootstrap the app. Then I used an API from John Hopkins to pull in info by county.

The app creates a map that shows the spread of COVID19 around the US by county, via visual & statistical information.

The following is pulled from colbyfayock's README, with the change of my repo instead of his.

What This Includes

Getting Started

Requirements

Quick Start

Run the following in your favorite terminal:

gatsby new [directory] https://github.com/crc8109/COVID19-World-Tracker

Starting from Scratch

yarn global add gatsby-cli
  • Inside the directory of your choice, scaffold a new Gatsby site:
gatsby new [directory] https://github.com/crc8109/COVID19-World-Tracker

For example, if I want my installation in ~/Code/new-gatsby-site, I would navigate to ~/Code and run:

gatsby new new-gatsby-site https://github.com/crc8109/COVID19-World-Tracker
  • Navigate to your new directory and run:
yarn develop
  • The web app should now run locally

Troubleshooting

Personal note: Some people have had trouble when cloning this repo. If that's you, try the following commands within your terminal while in the directory of the cloned repo:

rm yarn.lock
yarn
gatsby develop

About

Map App to track spread of COVID19 in US

https://covid19-us-tracker.netlify.app/

License:MIT License


Languages

Language:JavaScript 65.7%Language:CSS 34.3%