I worked on exploring the project guide to learn about JS syntax and did various tasks mentioned.
I implemented the logic to fetch APOD data from NASA api then convert it into a JS object and then display the Title, Image and Explanation of the APOD on the website.
Along the way I learnt to use the fetch(...) function, .then(...) methods and creating conditionals in JS as well as constructing strings with placeholders ${...}.
TLDR; I worked primarily on writing the logic of my website in main.js.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.