All Projects → ToVinhKhang → Covid19-Tracker

ToVinhKhang / Covid19-Tracker

Licence: MIT license
The situation of the Coronavirus epidemic data around the World and details info in Vietnam.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Covid19-Tracker

tailwind-theme-switcher
Basic demo on how to switch styles with Tailwind, handy for dark mode type purposes.
Stars: ✭ 164 (+993.33%)
Mutual labels:  localstorage, dark-mode
BarterOnly
An ecommerce platform to buy or exchange items at your convenience
Stars: ✭ 16 (+6.67%)
Mutual labels:  localstorage, fetch-api
cache-bucket
Light Cache for nodeJs and browserJs with TTL.
Stars: ✭ 14 (-6.67%)
Mutual labels:  localstorage
keyv
Simple key-value storage with support for multiple backends.
Stars: ✭ 202 (+1246.67%)
Mutual labels:  localstorage
Cakebase
Cakebase is an asynchronous json database for nodejs.
Stars: ✭ 28 (+86.67%)
Mutual labels:  localstorage
LibreTranslate
Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.
Stars: ✭ 3,932 (+26113.33%)
Mutual labels:  translator
vue3-chartjs
Vue3 wrapper for ChartJS
Stars: ✭ 122 (+713.33%)
Mutual labels:  chartjs
HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (+260%)
Mutual labels:  translator
soft-ui
[WIP]🎨 Soft UI - Open source design tool for generating soft (neumorphic) shadows.
Stars: ✭ 18 (+20%)
Mutual labels:  dark-mode
Demo.Ndjson.AsyncStreams
Sample project for demonstrating how to use async streams and NDJSON to improve user experience by streaming JSON objects from server to client and client to server in .NET
Stars: ✭ 30 (+100%)
Mutual labels:  fetch-api
robo-chart-web
📊 Transform Google sheets to pretty charts!
Stars: ✭ 28 (+86.67%)
Mutual labels:  chartjs
html
HTML templating and streaming response library for Service Worker-like environments such as Cloudflare Workers.
Stars: ✭ 41 (+173.33%)
Mutual labels:  fetch-api
charmed-dark-xcode-theme
A charming and colorful dark theme for Xcode 🌈.
Stars: ✭ 172 (+1046.67%)
Mutual labels:  dark-mode
react-local-storage-cache
How to cache results in React with Local Storage.
Stars: ✭ 27 (+80%)
Mutual labels:  localstorage
Chartboard
Simple dashboard to show widget chart
Stars: ✭ 23 (+53.33%)
Mutual labels:  chartjs
googletrans
G文⚡️: Concurrency-safe, Free and Unlimited google translate api for Golang. 🔥免费、无限、并发安全的谷歌翻译包
Stars: ✭ 94 (+526.67%)
Mutual labels:  translator
php2python
Convert PHP code to Python under CGI (beta)
Stars: ✭ 44 (+193.33%)
Mutual labels:  translator
wluma
Automatic brightness adjustment based on screen contents and ALS
Stars: ✭ 290 (+1833.33%)
Mutual labels:  dark-mode
localForage-cn
localForage中文仓库,localForage改进了离线存储,提供简洁健壮的API,包括 IndexedDB, WebSQL, 和 localStorage。
Stars: ✭ 201 (+1240%)
Mutual labels:  localstorage
kafkaESK
An event-driven monitoring tool that can consume messages from Apache Kafka clusters and display the aggregated data on a dashboard for analysis and maintenance.
Stars: ✭ 79 (+426.67%)
Mutual labels:  chartjs

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 |


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].