trbbmnglg / _covid19phinfographics

Simple infographics written in R and Shiny using the latest datasets of COVID-19 cases in PH provided by DOH.

Home Page:https://rbrtbmnglg.shinyapps.io/covid19ph-infographic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 PH Infographics

Website shields.io Open Source Love svg2 HitCount GitHub release (latest by date) GitHub contributors GitHub last commit GitHub Release Date

Simple one-page, infographics written in R and Shiny using the latest available datasets of COVID-19 cases in PH provided by DOH on their public storage.

Visit the infographics here https://rbrtbmnglg.shinyapps.io/covid19ph-infographic/

Updates

🌾 v1.0.0 Abra

  • Selected cases information are displayed:
    • total # of cases
    • total # of deaths
    • total # of recoveries
    • total # of new cases (based on the latest dataset on the page not based on the latest dataset by DOH)
    • gender percentage
    • oldest age
    • average age
    • total # of pregnant
  • Two plots are added.
    • cases over time (line graph)
    • top 5 region (pie graph)
  • Supported both desktop and mobile display.
  • Tested display on mobile with < 400px width.
  • Info modal is displayed upon entering the page to inform visitor on the latest data date.

🌾 v1.0.1 Abra

  • Added new cases information:
    • total # of new deaths
    • total # of new recoveries
  • Implemented lubridate on two date columns
  • New design for the new cases stats
  • Added corona icon on top of the header title

🌾 v2.0.0 Benguet

  • Complete redesigned:
    • combined total and new
    • changed layout
  • Added new cases information:
    • total # of active cases
    • total # of critical
    • total # of severe
    • total # of mild
    • total # of asymptomatic
  • New plot
    • death vs recovered time series linegraph
  • Removed top 5 reagion plot for now
  • Removed oldest case for now

License

License: MIT

About

Simple infographics written in R and Shiny using the latest datasets of COVID-19 cases in PH provided by DOH.

https://rbrtbmnglg.shinyapps.io/covid19ph-infographic/

License:MIT License


Languages

Language:R 45.4%Language:HTML 31.0%Language:CSS 23.6%