GithubHelp home page GithubHelp logo

tovinhkhang / covid19-tracker Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 3.0 20.54 MB

The situation of the Coronavirus epidemic data around the World and details info in Vietnam.

License: MIT License

HTML 20.98% JavaScript 51.60% CSS 27.42%
chartjs pwa-app simplemaps fetch-api translator dark-mode filter-sort localstorage cache

covid19-tracker's Introduction

Covid-19 Tracker

Release

Click Icon

GuidePWA1

Version: 2.2.1

Some Illustrations

WORLD TRACKER

WorldTracker

VIETNAM TRACKER

VietnamTracker

 

MAP

VietnamMap

 

CORONAVIRUS VARIANT

Variant Variant

 

SOFTWARE INFO

SoftwareInfo

BARS

Bar01 Bar02

ReadmoreList VNTracker DarkLight SwitchLangs

 

Add to Mobile Device

• IOS

1/Launch "Safari" app. Enter "https://covid19-kent.netlify.app" and Tap "Go".

2/Tap the icon featuring an up-arrow of the Safari window to open a drop-down menu.

3/Tap "Add to Home Screen" The Add to Home dialog box will appear.

4/Enter the name for the shortcut using the on-screen keyboard and tap "Add". Safari will close automatically.

5/Check your icon on the desktop.

GuidePWA1 GuidePWA1 GuidePWA1 GuidePWA1

 

• Android

1/Launch "Chrome" app. Enter "https://covid19-kent.netlify.app" and Tap "Go".

2/Tap the menu icon (3 dots in upper right-hand corner).

3/Tap "Add to homescreen". Then do the same few steps as IOS above.


INTRODUCTION

The Covid19 Tracker project is developed to contribute to the community. This system makes it possible for users everywhere to tracking the World Coronavirus Disease Data Situation and Vietnam Country Details. Besides, it also provides some information about vaccine technologies, coronavirus variants, treatment medicines, etc. In addition, users on mobile devices can also add this app to the phone home screen for ease of use.

FUNCTIONS

Name Descriptions
World Tracker Global Data / Country Data / Continent Data
(Display Total-Today Data)
Vietnam Tracker Vietnam Data / City-Province Data / Vaccines Data
(Display Total-Daily Data, Map, Rate and Chart)
Languages Switching English / Vietnamese
(Display English At First and Set Language in LocalStorage)
Read More About The Data / Vaccine Details and Technology / Coronavirus Variant / Treatment Medicine
(Display Info by Popup Modal)
Auxiliary Filter-Sort Table / Dark-Light Mode
(Filter Countries, Sort Increase Decrease and Set Theme in LocalStorage)

NON-FUNCTIONS

Name Descriptions
Performance Responsive
(All Devices)
Portability Browsers Support
(Best recommended Chrome, Edge and Safari)
Reliability Availability
(The system runs stably 24/7)
Other Progressive Web Apps
(Windows, MacOS, iOS, Android)


API

https://api-kent.netlify.app/.netlify/functions/api

• [GET] /global/all

   Example:
   {
      "cases":202511726,
      "todayCases":151936,
      "deaths":4292240,
      "todayDeaths":2525,
      "recovered":181997230,
      "todayRecovered":128958,
      "active":16222256,
      "population":7842060121,
      "affectedCountries":222
   }

• [GET] /global/countries

   Example:
   [
         {
               "country":"Afghanistan",
               "countryInfo": {
                     "lat":33,
                     "long":65,
                     "flag":"https://disease.sh/assets/img/flags/af.png"
               },
               "cases":145996,
               "todayCases":0,
               "deaths":6615,
               "todayDeaths":0,
               "recovered":95726,
               "todayRecovered":0,
               "active":43655,
               "population":39864282,
               "continent":"Asia"
         },{
               ...
         },
         ...
   ]

• [GET] /vn

   Example:
   {
         "total": {
             "totalCases": 127066,
             "totalRecovered": 31242,
             "totalDeaths": 680
         },
         "detail": {
             "0": {
                 "name": "Hồ Chí Minh",
                 "cases": "80951",
                 "recovered": "16613",
                 "deaths": "447"
             },
             "1": {
                 ...
             },
             ...
         }
   }

• [GET] /vn/daily/covid

   Example:
   {
         "data":{
            "0":{
               "date":"2021-07-24",
               "total_cases":94913,
               "new_cases":7956,
               "total_deaths":370,
               "new_deaths":0
            },
            "1":{
               ...
            },
            ...
         }
   }

• [GET] /vn/daily/vaccines

   Example:
   {
         "country":"Vietnam",
         "data":
         [
                {
                     "date":"2021-07-27",
                     "total_vaccinations":5013175,
                     "people_vaccinated":4562339,
                     "people_fully_vaccinated":450836,
                     "daily_vaccinations":96620
                },{     
                     ...
                },
                ...
         ]
   }

• [GET] /vn/vaccines/distribution

   Example:
   {
        "totalDistribution":{
              "totalPlanned":130448510,
              "totalRealistic":17010250,
              "totalDistributedRate":13.04
        },
        "dataDistribution":{
              "0":{
                    "name":"Hà Nội",
                    "Planned":11376541,
                    "Realistic":2371380,
                    "DistributedRate":20.84
              },
              "1":{
                    ...
              },
              ...
        }
   }


REFERENCES

[1] World Health Organization: Link

[2] Our World in Data: Link

[3] Vietnam Ministry of Health: Link

[4] Vietnam Covid Vaccination Portal: Link

[5] Centers for Disease Control and Prevention: Link


Readmore
| Pfizer: Link | Moderna: Link | Jassen: Link | AstraZeneca: Link | Sputnik-V: Link | Sinovac: Link | Sinopharm: Link | Novavax: Link | NanoCovax: Link | mARN Techonology: Link | Viral Vector Techonology: Link | Inactivated Virus Techonology: Link | Protein Subunit Techonology: Link | Remdesivir: Link | Sotrovimab: Link | Molnupiravir: Link | Favipiravir: Link |


covid19-tracker's People

Contributors

tovinhkhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.