API Fetch
Using a random user generator API from randomuser.me, I requested JSON objects using fetch and parsed the data into a grid with each card displaying some of the user information. Clicking on their image or name opened a modal with more detailed information.
<The Code>
Takeaway
I can see how APIs are so crucial in the development of applications and websites. The way they move data around so freely really makes the development process that much more fluid. From using Google Maps within an app such as Uber, to embedding YouTube videos on a website, we definitely don't want to shoot THESE messengers!