meteoric
- 2 Devlogs
- 4 Total hours
meteoric is a new tab page meant to make your web-surfing as meteoric as possible.
meteoric is a new tab page meant to make your web-surfing as meteoric as possible.
I basically finished the whole website now!
There is a settings page where you can choose which search engine you would like to use and it saves that to local storage so, you don’t have to select your preferred search engine every time.
As I mentioned earlier, the website saves which search engine you have selected so, you don’t need to select your preferred search engine every time you open a new tab.
Moreover, in order to make the performance better, the website also saves the URL of the APOD image so it doesn’t need to fetch an image every time you open a new tab!
Gemini 3.1 Pro (High) in Antigravity was primarily used in partially creating and fixing bugs in JavaScript code. GitHub Copilot was used for inline suggestions for code.
I implemented the base plate for all the code. Surprisingly, fetching the background image from the API and displaying it took ~40 mins which I don’t understand how.
There is a blur applied behind the header and search input. I’ve also added a blur behind the header and the input field however, it seems to be currently broken.
Currently, the search input is just for show and doesn’t work. I’ll implement the actual logic behind it in the next devlog which will be tomorrow!