Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.33 KB

Interval Timer

Work timer to setup notification for a specific interval.

Purpose

This Application was built to help control one's time working on a computer. It notifies the user to make sure to take a break from the screen every once in a while instead of staring into the screen for several hours.

Also works Greatly when using it for the pomodoro technique!

Downloads

MacOS .dmg Download

Overview

State shown on menubar when application starts

State shown on menubar when started (start button pressed)

Notificaiton for finished work time

Notificaiton for finished break time

Usage

npm install // install external library
npm run start // run in development mode.

To-Do

  • Update Settings UI (It looks horrible)
  • Add About Section
  • Add Window/Linux Build

Decisions to make

  • Should the timer keep running even if the time is updated?

Update Log

Click Here