项目作者: mfsiat

项目描述 :
Shows corona-virus statistics both nationwide and worldwide.
高级语言: JavaScript
项目地址: git://github.com/mfsiat/covid-19-tracker.git
创建时间: 2020-05-01T15:28:25Z
项目社区:https://github.com/mfsiat/covid-19-tracker

开源协议:

下载


COVID-19 Tracker App

An app that tracks covid-19 data

Usage

  • A React app which shows us worldwide corona-virus statistics.
  • We fetched the data from mathdro.id website with axios.
  • Our app shows the infected, recovered and death numbers of COVID-19 worldwide.
  • Gives us interactive looks with chart. We used Chart.js for interactive chart design.
  • We can select countries and see the statistics of that country.
  • Live Link
  • Original Creator

Personal notes

  • When we work with asynchronous data then it is wise to work with class based component.