A React app that fetches the total active cases, recoveries, and deaths from COVID-19 in Canada and each province, and displays it in chart form. Data retrieved via the COVID-19 API (data from John Hopkins University CSSE).
- Install Node.js
- cd into the project directory
- Run the shell script to install dependencies "bash install_dependencies.sh"
- Run "npm start"
- Go to localhost:3000 in a browser.