For my MIS2402 class, I had a project where I had to create a dynamic web-based chart of API data that was interesting to me. What resulted from my project was an application that created two dynamic web-based charts, one that was a pie chart, and the other was a line chart. This project helped me improve my use of the Javascript function .getJSON to get data from API data, but it also helped me learn how to turn data that is not immediately usable into data that will work with functions like .sort. I also learned how to use the ImageCharts API, which will probably be useful to me in the future as well.
Here is the link to my project in the misdemo website. https://misdemo.temple.edu/tuo26034/SEMESTER_PROJECT1/
Here is the link to my project on Github, where you can access a README explaining more in depth what my project is about. https://github.com/dskliang/MIS2402