Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekKrOraon authored May 2, 2020
1 parent 02153a2 commit 94fd9b4
Showing 1 changed file with 44 additions and 26 deletions.
70 changes: 44 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,50 @@
# COVID-19 Tracker

Android application to provide real-time tally of COVID-19 patients in india. It uses data from [api.covid19india.org](https://api.covid19india.org) and [Crowdsourced Patient Database](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vSz8Qs1gE_IYpzlkFkCXGcL_BqR8hZieWVi-rphN1gfrO3H4lDtVZs4kd0C3P8Y9lhsT1rhoB-Q_cP4/pubhtml)
COVID-19 Tracker visualises Global COVID-19 data.

The main repository will be open sourced soon.
It provides real-time tally of COVID-19 patients in india (Global data added in v1.4.2). It covers global level, nation level and state level (only for India) cases.

### Do :star: the repo if you like it!
Visit the main repository [here](https://github.com/prateekKrOraon/covid19_tracker)

## Download
Download the APK from [here](https://github.com/prateekKrOraon/covid-19-tracker/releases)

## Features
* Real-time updates of COVID-19 patients in India.
* State-wise and district wise data available.
* Total number of tested people (or samples) avilable (Source ICMR).
* Real-time updates of COVID-19 patients in India (Global data added in v1.4.2).
* State wise and district wise data available.
* Global data available (added in v1.4.2).
* Total number of tested people available (Source ICMR).
* Sorting of data available.
* Graphical representation of total comfirmed, recovered and deceased cases and state wise graphical representation also available.
* Data represented through line charts and bar graphs for 14 days, 30 days and since beginning.
* State wise information of COVID-19 testing labs, Helpline numbers, Fundraisers and other public welfare organistaions such as door-step delivery of essentials etc. available with their contact information.
* Updates timeline available for the day.
* Graphical representation of total confirmed, recovered and deceased cases and state wise graphical representation also available.
* Data represented through pie charts (added in v1.4.2) line charts and bar graphs for 14 days, 30 days and since beginning.
* State wise information of COVID-19 testing labs, Helpline numbers, Fundraisers and other public welfare organisations such as door-step delivery of essentials etc. available with their contact information.
* Light and Dark theme available.
* Available lnaguages: English and Hindi.
* Available languages: English and Hindi.

Note: All data is fetched from Crowdsourced patient database which are verified by group of volunteers.

## Features to be added
* World data to be added
* Distric wise information of confirmed, recovered, and deaths
* State wise tested patient information.

## Problems
* If you face any problem, open an issue.
* Contributions are welcome. Please create a GH issue and discuss there before working on the same.
* Please raise an issue before submitting a pull request.

## Screenshots
![Dashboard](screenshots/1.png) ![Commulative Graphical representation](screenshots/2.png) ![Daily graphical representation](screenshots/3.png) ![State wise information of various public welfare organistaion](screenshots/4.png) ![About screen](screenshots/5.png) ![District wise data and state data represented as graphs](screenshots/6.png) ![Dashboard - Light theme](screenshots/7.png) ![Commulative Graphical representation - Light theme](screenshots/8.png) ![About screen](screenshots/9.png)
![India Dashboard](screenshots/1.png) ![Global Dashboard](screenshots/2.png) ![Cumulative Graphical representation](screenshots/3.png) ![Daily graphical representation](screenshots/4.png) ![State wise information of various public welfare organisations](screenshots/5.png) ![About screen](screenshots/6.png) ![District wise data and state data represented as graphs](screenshots/7.png) ![Country specific data screen](screenshots/8.png) ![India Dashboard - Light theme](screenshots/9.png) ![Cumulative Graphical representation - Light theme](screenshots/10.png) ![About screen - Light theme](screenshots/11.png)

## Data
* India data: [api.covid19india.org](https://api.covid19india.org) and [Crowdsourced Patient Database](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vSz8Qs1gE_IYpzlkFkCXGcL_BqR8hZieWVi-rphN1gfrO3H4lDtVZs4kd0C3P8Y9lhsT1rhoB-Q_cP4/pubhtml)
* Global data: [corona.lmao.ninja](https://corona.lmao.ninja) and [covidapi.info](https://covidapi.info)

## Special thanks
Special thanks to these two guys for testing the app and giving feedback, suggestions and ideas. This app would have been a mess without you.
* [Udaishya Yadav](https://github.com/udaishya)
* [Pokala Anirudh](https://github.com/pokalaanirudh)

## Disclaimer

COVID-19 Tracker does not collect any personal data, nor does it require access to Bluetooth, and is in no way meant to be an alternative to Aarogya Setu launched by Govt. of India. Aarogya Setu provides government guidelines to fight the pandemic and makes it easier to backtrack potential COVID-19 cases. It is strongly recommended that you download Aarogya Setu too.

## Plugins
* [url_launcher](https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher) by [Flutter](https://github.com/flutter)
Expand All @@ -38,19 +53,22 @@ Note: All data is fetched from Crowdsourced patient database which are verified
* [http](https://github.com/dart-lang/http) by [Dart](https://github.com/dart-lang/)
* [dynamic_theme](https://github.com/Norbert515/dynamic_theme) by [Norbert Kozsir](https://github.com/Norbert515/)
* [fl_chart](https://github.com/imaNNeoFighT/fl_chart) by [iman khoshabi](https://github.com/imaNNeoFighT/)
* [shared_preferences](https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences) by [Flutter](https://github.com/flutter)
* [package_info](https://github.com/flutter/plugins/tree/master/packages/package_info) by [Flutter](https://github.com/flutter)
* [intro_views_flutter](https://github.com/aagarwal1012/IntroViews-Flutter) by [Ayush Agarwal](https://github.com/aagarwal1012)

## App Icon
* [Freepik](https://www.freepik.com/free-photos-vectors/logo)

## Getting Started
## License

This project is a starting point for a Flutter application.
Copyright 2020 Prateek Kumar Oraon

A few resources to get you started if this is your first Flutter project:
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
http://www.apache.org/licenses/LICENSE-2.0

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit 94fd9b4

Please sign in to comment.