This is a simple start page I started using a lesson/guide from stpg.tk. After a lot of studying, as well as trial and error, I have added a few enhancements.
- Functional clock.
- Light and Dark mode.
- Hover effects on links change based on light vs dark mode.
- Weather widget showing current weather and tomorrow's forecast.
- DuckDuckGo search bar.
- Download the repository as a folder stored somewhere on your computer.
- Open the startpage.html file in your browser.
- Copy the path in the URL bar.
- Install a new tab redirect extension (like this one).
- Set the new tab URL to the path you copied earlier.
- Refer to the following section to finish setup.
If you wish to use this start page for yourself, you will need 2 things:
- Your own API key from openweathermap.org.
- Your latitude and longitude coordinates. This can be found using LatLong.net.
Once obtained, enter the appropriate items into lines 72, 73, and 74 of script.js.