A React Progressive Web App that tracks the Covid-19 cases in India.
View Demo
This is a covid-19 tracker made specifically for India.
Features of the Chat Application:
- Regularly updates the users about the Active cases , Migrated Cases , Death Cases and Discharged Cases.
- Automatically fetches the user's location and displays the state wise report.
- Shows visualization of the Covid-19 reports in India so far.
- The Server API(Implemented in Python Flask) regularly updates the data from "https://www.mohfw.gov.in/" in every 15 minutes interval.
- Easy to install as this is a Progressive Web App.
Here is a quick installation guide.
- npm
npm install npm@latest -g
To download it as a Personalize Web App , open the Link in Google Chrome and then "Add to home screen".To Run the application for development Do the following:
- To Run the application for development ,Clone the repo
git clone https://github.com/090max/covid19IndiaTracker
- Install NPM packages.
npm i
- Run the client.`
npm start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/FeatureBranch
) - Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push origin feature/FeatureBranch
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.