Add to Mobile Device
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.
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.
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.
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) |
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) |
https://api-kent.netlify.app/.netlify/functions/api
Example:
{
"cases":202511726,
"todayCases":151936,
"deaths":4292240,
"todayDeaths":2525,
"recovered":181997230,
"todayRecovered":128958,
"active":16222256,
"population":7842060121,
"affectedCountries":222
}
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"
},{
...
},
...
]
Example:
{
"total": {
"totalCases": 127066,
"totalRecovered": 31242,
"totalDeaths": 680
},
"detail": {
"0": {
"name": "Hồ Chí Minh",
"cases": "80951",
"recovered": "16613",
"deaths": "447"
},
"1": {
...
},
...
}
}
Example:
{
"data":{
"0":{
"date":"2021-07-24",
"total_cases":94913,
"new_cases":7956,
"total_deaths":370,
"new_deaths":0
},
"1":{
...
},
...
}
}
Example:
{
"country":"Vietnam",
"data":
[
{
"date":"2021-07-27",
"total_vaccinations":5013175,
"people_vaccinated":4562339,
"people_fully_vaccinated":450836,
"daily_vaccinations":96620
},{
...
},
...
]
}
Example:
{
"totalDistribution":{
"totalPlanned":130448510,
"totalRealistic":17010250,
"totalDistributedRate":13.04
},
"dataDistribution":{
"0":{
"name":"Hà Nội",
"Planned":11376541,
"Realistic":2371380,
"DistributedRate":20.84
},
"1":{
...
},
...
}
}