COVID-19 Tracker is an application that displays live statistics on the current number of confirmed cases,number of recoveries and the number of fatalities.
The COVID-19 Tracker is built using React, Charts.JS and Material UI.
This project heavily employs React's workflow and the use of hooks.
API used: https://covid19.mathdro.id/api
Setup:
- run
npm i && npm start