Website bringing all the COVID-19 related information from global stats to vaccination data (for Indian citizens) in one place. To use the app you just need to visit the link https://covid-19-cases-vaccine-tracker.web.app/ .
- Statewise data
- Dashboard
- React.JS
- Node.JS
- Rest-API
- https://api.covid19india.org/v4/min/timeseries.min.json (For plotting time series chart)
- https://api.covid19india.org/v4/min/data.min.json (For getting Indian state wise stats)
- https://covid19.mathdro.id/api (For global stats)
- API Setu by GOI (For vaccine status)
Start by cloning the repo, cd into the directory and then running
npm install
npm start
(Open another terminal)
cd backend
npm install
npm start