atomb0mb / covid19-tracker

Covid19 Tracker displays a number of cases in the card layout, chart, and bars display to the users.
MIT License
0 stars 0 forks source link
chart coronavirus-tracking mathdroid-api react

Covid19-Tracker

A React JS application that tracks COVID-19 Status.

Project Description

Watching the news about Covid-19 daily, the numbers and data gets everyone's attention. The data can tell us that the virus is spreading quickly through the specific region or entire world. What can we, as developers, do to make the situation better? We can help to spread awareness by visualizing the data.

Technology

Scope

The project is going to fetch the live data from the API using Async/Await syntax. The data is fetched from the API and it will create cards displaying the statistics as well as Charts. The data of this statistics accessed from the mathdroid API, which serving data from John Hopkins University CSSE.

Overview