COVID-19 Tracker

April 19, 2020 ยท View on GitHub

This tracker aims to show the numbers & trends of people affected, recovered and deceased due to COVID-19 - Data classified under 3 categories.

  • Tamil Nadu (All Districts)
  • India (All States/UTs)
  • World (All Countries)

Live Demo

Technologies used ๐Ÿ› ๏ธ


Prerequisites ๐Ÿ“‹

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

Development

To setup the app for development on your local machine, please follow the instructions below:

  1. Clone the repo to your machine
git clone https://github.com/dynamicbalaji/covid19-tracker.git
  1. Install necessary packages
npm install
  1. Start the development environment
npm start
  1. Visit http://localhost:3000

Data Source

Data is fetched from different sources as given below.

CategoryAPI URL
Tamil Naduhttps://services9.arcgis.com/HwXIp55hAoiv6DE9/ArcGIS/rest/services
Indiahttps://api.covid19india.org/
Worldhttps://covid19.mathdro.id/api/

Deployment Status

Netlify Status

License ๐Ÿ“„

This project is licensed under the MIT License - see the LICENSE.md file for details