SimpleTab
- 3 Devlogs
- 3 Total hours
SimpleTab is a minimalistic new tab that functions just like any other tab you may use in a browser. It also uses a NASA API key to show the NASA Astronomy Picture of the Day!
SimpleTab is a minimalistic new tab that functions just like any other tab you may use in a browser. It also uses a NASA API key to show the NASA Astronomy Picture of the Day!
Devlog #3
With a little bit of javascript I made the search bar functional, you can see me using it in the GIF attached below.
I also added a new feature that shows the time and date at the top left of the screen.
I also created the ReadME for this project.
Devlog #2:
Made a section under the shortcuts for the NASA science stuff about Eclipse paid. Including its picture and a paragraph. I also added video compatibility so if NASA releases a video my site can load it.
I also set up the vite config.
Then I deployed the site on github pages url: https://endlessdude.github.io/SimpleTab/
Devlog #1
I created the search bar using html and css. The search bar isnt functional yet so I haven’t used any javascript.
I created a place under the search bar for shortcuts. I also only used html and css for this since js wasn’t needed. By clicking any of the 4 icons you are redirected to the application in a new tab.
I also set up the .env with the nasa api’s and used java script to get information through the api’s, but I haven’t really made anything using it in my tab.