Skip to content

An interactive map of Covid-19 cases and deaths for US counties

Notifications You must be signed in to change notification settings

carlosrziegler/covid-map

 
 

Repository files navigation

Covid-19 Map Netlify Status

This is the front end source code for https://covid.laney.tech, an interactive map displaying cumulative Covid-19 cases and deaths for US counties. The backend API and database source code can be found at https://github.com/laneysmith/covid-map-api.

Data from the NY Times covid-19-data project, based on reports from state and local health agencies.

covid-map-preview

Quick start

  1. Install project dependencies: yarn install
  2. Run yarn copy-env to copy the .env.local.example contents into a new .env.local file. Replace YOUR_TOKEN_HERE with your Mapbox token.
  3. Start the client: yarn start
  4. Clone and start the covid-map-api project on port 5000.
  5. Visit http://localhost:3000 in your browser.

Resources

About

An interactive map of Covid-19 cases and deaths for US counties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.2%
  • CSS 6.1%
  • HTML 1.6%
  • JavaScript 0.1%