https://covid-map.yahyasohail.com/
https://www.youtube.com/watch?v=VuXRImUrCFM
This is choropleth map of COVID-19 cases and deaths around the continental US. COVID-19 statistics are presented by county. The date can be set by the user to see the number of cases and deaths at any point in time.
- Clone the repo
- Run
npm installto install dependencies - Run
npm run devto start the development server - Run
npm run buildto create a production build
- Covid data is sourced from the Covid-19 Statistics API (https://covid-api.com/)
- Data for county boudaries is sourced from https://eric.clst.org/tech/usgeojson/
- Map color scheme was generated using Color Brewer (https://colorbrewer2.org/?type=sequential&scheme=Reds&n=8)