#Deployed Link LIVE: https://fonyeabo12.github.io/P1G4-Covid19-Statistics-US/
This project outlines statistics of the Coronavirus (COVID-19) within The United States of America. This project obtains the numbers for cases and deaths on a current hourly basis for each new day. This information will support and assist local counties, hospitals and medical authorities with handling this pandemic.
Project 1
1. Evan Zeek
a. LinkedIn:
b. Portfolio:
c. Github:
2. Joey Piraino
a. LinkedIn
b. Portfolio
c. GitHub
3. Chidi Onyeabo
a. LinkedIn
b. Portfolio
c. GitHub
- HTML
- CSS
- Javascript & jQuery
- ZURB's Foundation Documentations
- World COVID19 API
- Google Charts 3rd Party API
- https://covidtracking.com/api/states
To create this site, we first had to create a working search bar and an accompanying search button. Then we had to create an onclick function in our Javascript that would call the information needed from our api(s)
The website updates in real time with the total number of U.S. COVID-19 cases directly on the UI of the html. To find out the information of different states in the U.S., simply type the name of the state within the search box, making sure to start the state name with a capital letter (ex: CORRECT = "Texas"; INCORRECT = "texas"). After doing so, the data from the searched state should render onto the html just under the present data.
The api used for total country data is from Postman: COVID19 API
The api used for individual state data is from fellow developer Ted Slesinkski: Github Profile
We would also like to credit the help of the Stack OverFlow community, and of course the help of our instructor and TA's.