To view live: https://dhansolo.github.io/covid19-county-tracker/
- Please have React, Node, and npm install on your machine
- Generate an API Key on RapidAPI with the COVID-19 Statistics API
- Once you have your key, create a new '.env' file at the root of your project
- In the '.env' file, input the following items:
- REACT_APP_HOST=<YOUR_HOST>
- REACT_APP_API_KEY=<YOUR_API_KEY>
- 'cd' into the project folder and enter 'npm start'
Thanks to John Hopkins University for providing and updating the data.