A frontend project that uses fetch to grab one of many of NASA's API's to see what the night sky looked like on a certain date.
Link to project: https://imrandan.github.io/toronto-stargazer-nasa-api/
Tech used: HTML - CSS - JavaScript - APIs
I started with browsing NASA's public APIs and picked out their APOD one. I then used fetch to grab the API and read their documentation to figure out how to get specifics such as the data of certain photos and a description that explains the context of each photo / video.
I would add more styling options and perhaps more features that come with the APIs documentation.
I learned more about APIs and how to implement them in your web apps to integrate seamlessly with the goal that the user wants.