Skip to content

Vivekagent47/coviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 tracker for India

Track current and historical covid-19 data of India and its states and union territories.

Demo

Features -

  • Interactive map

    A map of India where user can hover over any state or UT and the information gets displayed

  • Dark mode

    Because its awesome

  • Graphs to display historical data

    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.

  • Sorted Data table

    A simple table that can be sorted by any column

Run project on your computer

  • 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

Tech used to build this project

react logo chart.js logo material-ui logo
React Chart.js Material-UI

Leave a ⭐️ if you liked this project 😄