Simple API app to get uses the NASA APOD API and presents the best astrophotographic photo of NASA.
Link to project: Get A Star
This is a simple API app that will show you the best astrophotography from NASA! You can select the date you want from the clender and click the 'Ready?' button. Voila! You will get the coolest picture of the day and also the explanation of it!
This app was my first ever attempt using APIs. I love NASA and astronomy so when I learned about APIs and found out NASA has an open API that we can use for free I couldn't resist using it!
HTML, CSS, JavaScript
I learned the very basics of how WebAPI's work, such as how to send requests and implement the response into my website. It was so much fun and such a satisfying feeling when it worked!