Skip to content

TheDogHusky/home-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Home Clock

Home Clock is a simple, customizable and minimalistic clock web application built with Nuxt 3.

It can:

  • Display the current time in various formats.
  • Display a countdown timer.
  • Display a stopwatch.
  • Schedule alarms. (soon)

Yes, it is overengineered for a clock app, but it is built with the intention of being fully customizable.

Check out the demo.

Why?

I'm terrible at concentrating on studying. I found a way: setting timers for each tasks with breaks. But an issue came: all clock websites have a bunch of useless bloat, features, ads, and other distractions.

So I decided to build my own clock app that is simple, minimalistic, and distraction-free. It has only the features I need, and nothing more.

You can fullscreen it to cover the entire screen with just the clock, nothing else, helping you focus on your tasks.

Contributing

Make sure to install dependencies:

yarn install

Start the development server on http://localhost:3000:

yarn dev

Deploying your own instance

SImply clone the repository, run yarn build and node .output/server/index.mjs. Don't forget the NITRO_PORT env variable!

About

A minimalistic, customizable clock made for concentration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published