A set of productivity tools. Configured as a (progress web application). Made with modern web technologies such as ReactJS and GatsbyJS.
Pomodoro TimerPomodoro Timer is a countdown timer that utilizes the "Pomodoro Technique."
Use-case: getting work done.
Run / Pause Timer is a timer that has 2 operating states called Running and Paused. An internal clock will sum the total time spent in each state. Unlike the Pomodoro Timer which uses setInterval() to calculate time, this tool uses the Javascript Date() object, which means that the timer will work and remain accurate even when the application is minimized.
Use-case: figuring out where your time is going -> ie: sleep.
1
1
1
1
1
1
1