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

https://github.com/clary09/covid19-tracker

A covid-19 tracker website made using API call in Javascript.
https://github.com/clary09/covid19-tracker

api css html javascript

Last synced: 2 months ago
JSON representation

A covid-19 tracker website made using API call in Javascript.

Awesome Lists containing this project

README

        

# covid19-tracker

## This is a Covid-19 Tracker website made using html,css and API call using javascript.

## Website Link : https://clary09.github.io/covid19-tracker/

## Features About the Website :
### 1.There is a home page which provides a brief description about the website, making the viewers aware about the different tabs added in the naviagtion bar.
![Screenshot 2021-05-27 at 4 10 22 PM](https://user-images.githubusercontent.com/82439481/119833583-d9437b80-bf1c-11eb-8071-050fc2f8c95f.png)

### 2.There is a "Get world live data" tab which will provide the live covid-19 statistics of the world.
![Screenshot 2021-05-27 at 4 10 36 PM](https://user-images.githubusercontent.com/82439481/119834029-3808f500-bf1d-11eb-9e03-157d4e90ad1f.png)

### 3.There is a "Get covid data of your current location" tab which will first ask your location and then provide the latitude,longitude,city,state and corresponding *covid data of your city/district*.
![Screenshot 2021-05-27 at 4 13 09 PM](https://user-images.githubusercontent.com/82439481/119834826-edd44380-bf1d-11eb-8d2b-7542afd59e49.png)

### 4. There is a "Covid-19 Global Tracker" tab which will display the covid data of any country that you search for and on the basis of total number of active cases,alerts are also being displayed.
![Screenshot 2021-05-27 at 4 13 25 PM](https://user-images.githubusercontent.com/82439481/119835776-c29e2400-bf1e-11eb-85c1-1400e15faaba.png)

![Screenshot 2021-05-27 at 4 13 33 PM](https://user-images.githubusercontent.com/82439481/119835644-a39f9200-bf1e-11eb-9c73-d458aeab9c5d.png)

### 5. There is "Covid-19 Indian State tracker" tab which will display the covid data of any Indian State that you search for and on the basis of total number of confirmed cases,alerts are also being displayed.
![Screenshot 2021-05-27 at 4 13 46 PM](https://user-images.githubusercontent.com/82439481/119836059-08f38300-bf1f-11eb-9b3b-8edce02418bc.png)
![Screenshot 2021-05-27 at 4 13 50 PM](https://user-images.githubusercontent.com/82439481/119836095-114bbe00-bf1f-11eb-9b85-1903795f0b02.png)

### 6. There is a "Covid-19 Indian city/district tracker" tab which will display the covid data of any Indian city/district that you search for and on the basis of total number of active cases,alerts are also being displayed.
![Screenshot 2021-05-27 at 4 14 06 PM](https://user-images.githubusercontent.com/82439481/119836423-5b34a400-bf1f-11eb-8223-9cd75c95f10d.png)
![Screenshot 2021-05-27 at 4 14 09 PM](https://user-images.githubusercontent.com/82439481/119836442-5ff95800-bf1f-11eb-95a5-7804cfbd4453.png)

## Special Features About this Website:
### This website is very easy to use and understand. The design of the website is simple and sober. The website provides you with all sorts of covid data(world live data,your location data,any Country ,State or District data. The website also provides the alerts for the region you search(i.e country,state and district). The data is being provided using APIs which is very accurate and gets updated frequently with time.