with COVID19 Tracker you can get the latest COVID-19 data for your province or territory. Track the global spread of coronavirus with maps and updates on cases and deaths around the world.
- Clone the repo
git clone https://github.com/melboudali/COVID19-Tracker.git folder-name
- Create
.env.local
file - Paste and modify these environment variables:
REACT_APP_API_KEY = "" REACT_APP_BASE_URL= "https://disease.sh/"
- Start the application
npm start
we are using mapbox for data visualization, you can get an API key from here.