A ReactJS web application that uses external APIs to track global and local coronavirus cases summarised with confirmed cases, recoveries, and deaths. The application is equipped with an interactive map and a line graph that provides 120 days of global and country specific statistics.
This project is complete and has been deployed via Firebase. Covid-19 vaccination and testing statistics might be added later in the future. Click here to view the project.
-
Make sure you have
node
andnpm
oryarn
installed globally in your machine. -
Clone the repository or download it as a zip file on your system.
-
To install dependencies run either of the commands:
npm install
yarn
(if you have yarn installed)
-
Start the server by running
npm start
-
The app can be viewed locally, in a browser of your choice, on http://localhost:3000
- https://youtu.be/cF3pIMJUZxM
- Description: concept and basic features
- https://disease.sh
- API and statistics