For my MIS 2402 Pro Point Project, I opted to create an HTML webpage incorporating JavaScript to retrieve and analyze a JSON dataset sourced from https://catalog.data.gov/dataset. The chosen dataset, titled “CDC Data – U.S. State Life Expectancy by Sex, 2020,” was processed using an Ajax call to compute three key statistics. These included the average life expectancy for both males and females across all U.S. states, as well as identifying the minimum and maximum life expectancies for both genders along with the corresponding states. This project not only showcased my proficiency in web development but also demonstrated the practical application of data analysis techniques within a real-world context.