Awesome
COVID-19 Tracker
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 🛠️
- React - Front-End JavaScript library
- Material UI - React UI Framework
- Chart.js - HTML5 Charts
- Axios - Promise based HTTP client
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:
- Clone the repo to your machine
git clone https://github.com/dynamicbalaji/covid19-tracker.git
- Install necessary packages
npm install
- Start the development environment
npm start
- Visit http://localhost:3000
Data Source
Data is fetched from different sources as given below.
Category | API URL |
---|---|
Tamil Nadu | https://services9.arcgis.com/HwXIp55hAoiv6DE9/ArcGIS/rest/services |
India | https://api.covid19india.org/ |
World | https://covid19.mathdro.id/api/ |
Deployment Status
License 📄
This project is licensed under the MIT License - see the LICENSE.md file for details