Hello Friends. Welcome to my COVID 19 tracker app. Utilizing covid.mathdro.id/api to display daily data of covid infection around the world. This app was built using React and is going to fetch the live data from API using Async/Await syntax.
link: (https://wbenarto.github.io/COVID19_Tracker)
Displays the daily infection, recovered and death numbers around the globe. Utilizing react hooks to manage state and uses react-chartjs to visualize the information in line chart.
Using Bar chart to display total numbers of infection, recovered, and deaths by Covid-19.