In this tutorial, you will build a Covid Dashboard App using React. The app will display the Covid-19 statistics for different countries. The app will fetch data from the disease.sh API. The app will have a dashboard that displays the total number of cases, active cases, and recoveries for a selected country. The list of countries will be fetched from the restcountries API.
Through this tutorial, you will learn the best practices for fetching data from APIs in React, handling state, and displaying data in a dashboard layout. Moreover, we will be using a popular CSS component library, shadcn/ui to style the app.