Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 427 Bytes

covid-Hunt

A Mobile Application to track the COVID-19 cases in India.

Used Public Api's:

https://api.covid19api.com/total/dayone/country/india -> for India (Recovered data is deperecated) https://api.covid19india.org/state_district_wise.json -> for statewise Data

Getting Started:

  • clone the Repo

  • Install the required packages

    flutter pub get
    
  • Run the code

    flutter run