In the MIS2402 course we have learned javascript, jQuery, CSS and HTML. This project allowed me to display my understanding of all those skills while using a web API. The data set I accessed was about daily traffic counts on various streets in Chicago, Illinois. I first created a web page that displayed a paragraph about a hypothesis that would be useful to test which would use the data I picked and a button. After clicking the button the code iterates through all the streets where traffic was counted and averages the daily traffic count. It also finds the street with the highest traffic counted and displays both answers in a sentence.
link to webpage: https://misdemo.temple.edu/tuk75720/ProPointProject/DailyTrafficChicago.html