Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.53 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.53 KB

CoVAC - Covid 19 Vaccine Availability Checker

Introduction 📌

  • CoVAC is an android application developed to provide users the facility to check the available slots for various vaccines - COVISHEILD, COVAXIN, and SPUTNIK with their corresponding Postal Codes of India.
  • Fetches real time updated data about the Hospital Names present in the vicinity, along with other details such as Slot Timings, Vaccine Types, Fee, etc.
  • The app includes real-time updated data fetched from the servers that provide a plethora of information related to Covid 19 and its latest trends, global and local statistics, information of vaccine doses, related articles, and blogs.
  • Contains a list of Frequently Asked Questions regarding the Virus and its related terms.

Application Preview✨

Quickstart

After cloning this repository, you will have to build the application locally. In order to build the App, you need to have Flutter installed in your machine. Refer to the official docs provided by Flutter here and set up the development environment accordingly.

Once you are done with the installation part, in your terminal run the following commands to fetch all the necessary dependencies.

flutter pub get

If you are using Android Studio, you can install the app with the green play button else you need to run the following command:

flutter run

Related Links

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.