Track current and historical covid-19 data of India and its states and union territories.
-
A map of India where user can hover over any state or UT and the information gets displayed
-
Because its awesome
-
Graphs to display daily or cumulative data for confirmed, recovered and deceased cases of the chosen state/UT or all of India. The span of the data can be selected for 1 month, 3 months or all data since the beginning. These span durations are easily customizable if you wish the edit them in the code.
-
A simple table that can be sorted by any column
- clone the repo
git clone <url>
- install dependencies and start development server
npm install
npm start
- Build and run production app
npm run build
npm install -g server
serve -s build
React | Chart.js | Material-UI |