/covid19

A React App that shows total number of Confirmed, Recovered, and deaths of people due to Covid-19.

Primary LanguageJavaScript

This is a react app that shows the number of people who are infected, recovered and those who died due to Covid-19. The data is fetched from an API. The API is: https://covid19.mathdro.id/api

Chart js is used for the line and bar graph. Material UI is used for styling the components.