An open API service indexing awesome lists of open source software.

https://github.com/akshat2jain/covid_statewise_tracker_dashboard

In this I have created a covid tracker dashborad that will represent how many cases are found per states.It includes confirmed cases, deaths,recovered per statewise.
https://github.com/akshat2jain/covid_statewise_tracker_dashboard

chartjs css3 flexbox-css html5 javascript

Last synced: about 1 month ago
JSON representation

In this I have created a covid tracker dashborad that will represent how many cases are found per states.It includes confirmed cases, deaths,recovered per statewise.

Awesome Lists containing this project

README

          

# Covid_statewise_tracker_dashboard
# It's Live-https://akshat2jain.github.io/Covid_statewise_tracker_dashboard/
# Find the code above
In this I have created a covid tracker dashborad that will represent how many cases are found per states.It includes confirmed cases, deaths,recovered per statewise using Html Css Vanilla Javascript
![Screenshot from 2022-03-09 19-34-06](https://user-images.githubusercontent.com/101265586/157461891-5478f38f-5b05-4655-9bb7-160aaaefdd28.png)

It shows Confirmed Cases.
![Screenshot from 2022-03-09 19-34-32](https://user-images.githubusercontent.com/101265586/157462251-c6ac36ad-d0de-44a2-9b9b-b8ca433b0715.png)

It shows recovered cases and deaths per states.
For chart I have used chat.js labeled one dimension as states and another dimension as number of cases
--------------------------------------------------------------------------------------------------------

*Data Came from a api got it from rapidapi but it shows data from march 2020 to october 2021*

![Screenshot from 2022-03-09 19-35-06](https://user-images.githubusercontent.com/101265586/157463523-24e33af9-e971-4391-ae59-88b5abe50dde.png)

It is also fully responsive
----------------------------

![Screenshot from 2022-03-09 19-37-31](https://user-images.githubusercontent.com/101265586/157464112-9526f83e-f81f-4954-80d0-a07ea97b323c.png)

In this I have learned how to apply chart.js library and how to fetch the data from a api
-----------------------------------------------------------------------------------------

*Thank You*