Skip to content

jaredthecomputerguy/jareds-new-tab

Repository files navigation

Jared's New Tab

This is a simple new tab page that I made for myself.

Features

  • Color picker to change the background color

  • Greeting header that changes based on the time of day

  • Large clock that displays the time

  • Small clock that displays the date

  • Grid of common links

  • Weather widget

Screenshots

A screenshot of Jared's New Tab

Installation

  1. Clone the repository
git clone [email protected]:jaredthecomputerguy/jareds-new-tab.git
  1. Install dependencies
npm install
  1. Run the development server
npm run dev

Roadmap

  • Add a color picker so I can change the background color at any time

  • Add a header that says good morning, good afternoon, etc. to myself

  • Add a large clock that displays the time (HH:MM:SS)

  • Add a smaller clock that displays the date (Monday, January 1)

  • Add a two row, three column grid of common links

  • Add a weather widget

  • TODO: Add a settings sidebar where I can change settings + widgets

Tools