A Web App to check the availabilty of vaccines in all states of India, view covid related statistics of India and the world and download vaccine certificate.
- Fork or clone the repository.
- Open the directory in your local and run
npm install
in the cmd, to install required packages. - Run the command:
npm run start
for the application to get started on your default browser.
-
When the app opens on your localhost, the below landing page is shown.
-
Either select an option for your required state and then district from the adjacent dropdown to check availabilty of vaccines or click on Covid Statistics to view info related to covid.
-
When a state, district is selected from the dropdowns, a table showing availability of vaccines is shown in various centers of that district.
-
To view statistics related to covid, click on Statistics in the Navigation bar.
-
It shows various data of the world and on clicking on India, various data is shown. Scroll to see data of various states of India.
-
Click on each of the boxes, like, Sites, Registrations to view relevant data.
-
NEW FEATURE: To download vaccine certificates, go to Certificate in the Navbar.
-
Submit the OTP received on your phone. Once OTP is verified successfully, enter the Beneficiary Reference ID for which you wish to download certificate and click Download Certificate. If the Beneficiary is registered to the mobile no., then the certificate would be downloaded.
-
Please visit CoWIN portal by clicking on CoWIN hyperlink, in the Navbar.
Data used/shown in this app have been taken from APIs, provided by API Setu and https://covid-api.mmediagroup.fr/v1/cases.
The developer of this app is no way responsible for incorrect data or in any other way for any discrepancy. Also, it is recommended to visit CoWIN, Aarogya Setu and other Governement provided platforms for covid related info and for vaccination bookings.
If you like the app, don't forget to Star and if you find any issue or would like to add an enhancement, please raise a PR. Thank you!