A website built using Reactjs to view the Covid-19 cases in India.
This website was built using React. To run the website in your computer, follow these steps:
- Clone this repository
- Run
npm install
- Run
npm start
This website displays live data on the Covid-19 cases in India. Users can see the overall stats and also get a more detailed Statewise Report. The data displayed in the website is the cumulative stats.
The data on this dashboard is obtained from COVID19-India API maintained by COVID-19 India Org Data Operations Group. It is a volunteer-driven, crowd-sourced database for COVID-19 stats & patient tracing in India. You can find their repository here.