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.
- Host: GitHub
- URL: https://github.com/clary09/covid19-tracker
- Owner: clary09
- Created: 2021-05-27T10:11:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T17:54:32.000Z (about 4 years ago)
- Last Synced: 2025-02-09T19:43:14.683Z (4 months ago)
- Topics: api, css, html, javascript
- Language: HTML
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
### 2.There is a "Get world live data" tab which will provide the live covid-19 statistics of the world.
### 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*.
### 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.

### 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.

### 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.

## 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.