[ ] User should be able to click on a button that triggers an onclick event which starts a timer from the user-provided duration of time while counting in-reverse, prompts the user to provide a name for the time Pomodoro period and upon reaching the pomoDurationLength returns a timeStamp to correspond with when the timer ends.
[ ] User should be able to click on a button that triggers an onclick event which stops the current Pomodoro period timer and returns the time allotted.
[ ] User should be able to click on a button that triggers an onclick event which pauses the current timer, returns the current amount of time expended with a timestamp of the pause start time, and retains that timed position in local storage until user action. If the time clock is already paused, the timer is resumed, returns a timestamp of the timer restart while the timer continues to count in-reverse until reaching the pomoDurationLength and returns a timeStamp to correspond with when the timer ends.
Future
[ ] User should be able to access a page with a list of stored customized Pomodoro timers.
User Features & Stories:
Mockup Inspiration
Data Elements
Basic
Future