Global COVID-19 Data

Link to repo
Legend

> 1000 active cases

< 1000 active cases

  • Gloal Statistics

    Total Cases: {{ totalCases }}

    Total Deaths: {{ totalDeaths }}

    Total Recoveries: {{ totalRecovered }}

  • {{ data.country }}

    Total Cases: {{ new Intl.NumberFormat().format(data.cases) }}

    Cases Today: {{ new Intl.NumberFormat().format(data.todayCases) }}

    Deaths

    Total Deaths: {{ new Intl.NumberFormat().format(data.deaths) }}

    Deaths Today: {{ new Intl.NumberFormat().format(data.todayDeaths) }}

    Recoveries

    Recoverd Cases: {{ new Intl.NumberFormat().format(data.recovered) }}

    Active/Critical Cases

    Active Cases: {{ new Intl.NumberFormat().format(data.active) }}

    Critical Cases: {{ new Intl.NumberFormat().format(data.critical) }}