Skip to content

A custom homepage browser featuring local weather, the time and date, multiple search engine options, and my favorite bookmarks.

Notifications You must be signed in to change notification settings

browser-host/homepage-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Browser Homepage

This is a rebuild of my previous custom browser homepage which I made with new technology to advance my skills and learn new things. It features a local weather report, a clock with time and date, multiple search engine options, and my favorite bookmarks.

Tech used:

  • React.js
  • Tailwind CSS
  • gh-pages
  • react-icons

Looks like this currently: image

Check out the live version: https://browser-host.github.io/homepage-clock/

How to make it yours:

  1. Clone the project.
  2. Run npm install in the project directory to install packages.
  3. Find the getWeatherData() function (src/App.js, line 254) and change the api key in the get request to your own free key from weatherapi.com.
  4. Change the location in the get request query headers to your own local city (src/App.js, line 256).
  5. Run npm run deploy to build the app.
  6. Setup a remote github repository with Github Pages and select deploy from branch.
  7. Select the 'gh-pages' branch as the branch to deploy from.
  8. Use a browser plugin to set your site as the browser's homepage (I use New Tab Homepage for Firefox).
  9. Make any other changes you want, remember to run npm run deploy to see your changes live.

About

A custom homepage browser featuring local weather, the time and date, multiple search engine options, and my favorite bookmarks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published