HoloTab
- 4 Devlogs
- 5 Total hours
im gonna fetch all nasa's data mwahaha...
im gonna fetch all nasa's data mwahaha...
My project had very long loading times and weird error messages. I tried to fix this by adding a connection to NASA when page loads, and save previously loaded APODs in a cache. There are however sometimes still a bit of loading time and sometimes an error, that is now however out of my control and is instead on NASA’s servers. I also made a unified fetch and load function.
I added a date and time display at the top of the page based on the users local time. I also changed some of the colors, styled the date picker and other small polishing. I had some problems figuring out how I could display only what I wanted in the date display, but looking online I found some help om w3schools.
I added some basic styling to the page and made a better html structure. I think the next step is to make date input and button actually work and style them. I did have a hard time trying to figure out why my page wasn’t getting styled, but it turned out to be because I forgot to link the stylesheet in the index.html file…
Added basic structure of website and connection with NASA API as instructed in the guide. Later I will start customizing and maybe adding some more features to it. I am currently displaying the date, title, image and explanation.