Open source web app to display COVID-19 cumulative case data via easy-to-understand interactive map interface. Retrieve data from covid19api.tmsoftwareinc.com via RESTful API. COVID-19 case data are
- City data in Los Angels County, Oraneg County, Ventura County and San Diego County in the US
- City data in state of Illinois in the US
- County data in every state in the US
- Country data all over the world
Install node modules
npm install
Setup Google Maps JavaScript API Key in .env file in project root folder
REACT_APP_MAP_API_KEY=XXXXXXXXXXXXXXXXXXXX
In the project directory, you can run:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
https://covid19.tmsoftwareinc.com/
This project is licensed under the MIT License