Work timer to setup notification for a specific interval.
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!
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
npm install // install external library
npm run start // run in development mode.
- Update Settings UI (It looks horrible)
- Add About Section
- Add Window/Linux Build
- Should the timer keep running even if the time is updated?