This Coronavirus app shows important information like daily cases, deaths, total vaccine worldwide, etc. All the data is updated every 5 minutes.
Libraries I used for this app
This App is made with React, Tailwinds but I also use different interesting tools like:
- React Query: This is a cool tool for React because it allows us to have good control of our Data fetch, It has a lot of different settings for example we can change if we want to make a request every time a user leaves the page and comes back, give the different state of the fetch like error, loading, success, etc. if you wish to know more about this awesome tool visit this link
- Rechart: We can create awesome and custom charts with this library for React, the documentation is great and easy to follow, I highly recommend this if you need to show data in a chart and you're using React, in case you wanna know more check this link
For the Data, I used Disea API has all the information about coronavirus in the world and is updated every 5 minutes, check the disease website to know more about this great API resource
Thank you for checking this project :), Happy code!