The covid 19 tracking project is covid 19 real time status tracker all over the world. It updates the related to covid-19 on a daily basis by various parameters, such as no. of deaths per day, no. of covid affected per day, no. of active cases per day. It uses an api to update this information related to covid-19 on daily basis and also in a cumulative manner. This has been created by using HTML, CSS, JavaScript (as frontend) and reactJs (as backend).
Problem. It will display real-time data related to Covid-19 of all over the world. It will show information on daily basis (such as, death case, active case) and also in cumulative order. It will demonstrate the information country-wise.
The main problem that we faced , while making this project was , to find a perfect API for this web application . There was many real time API through which we could have get this data . But we were searching for an API from which we could get live data about this Covid cases. And the second problem which we faced was to connect the json file to our Js . For which we learned many thing from many sites about this problem . After that , now we are here with our COVID-19 Tracker project.
Technologies used