With Ajax calls, possibilities seem endless. Making an AJAX (Asynchronous JavaScript and XML) call involves using JavaScript to send a request to a server, typically to fetch data or perform some action, without needing to reload the entire webpage.
In this project, I started off by studying the API to learn about what I'm working with and to read any documentation provided.
I then started with coding the base HTML and Javascript.
Finally, I used some CSS to style my webpage leaving me with a modern-looking webpage.
With the information gathered in the first step, I set up the webpage how I wanted using the attribute strings from the API.
Using the documentation, I setup a XMLHttpRequest Object allowing my to access the public API.