devv-work / timeato

Track productivity, allot time for focusing on tasks, and increase your effectiveness during study sessions
https://timeato.up.railway.app/
7 stars 1 forks source link

Timer develop #68

Closed Brandon-Schefstad closed 2 years ago

Brandon-Schefstad commented 2 years ago

Active timer works, I also tried to add as many comments to make it clear what was happening. If any questions please ask!

I found the timer code here: https://stackoverflow.com/questions/20618355/how-to-write-a-countdown-timer-in-javascript and then just broke it up some more into slightly smaller functions.

Issue: The timer cannot pause currently. Issue: Originally had taskName assigned from input field, on line 25 inside handleStartButtonClick we need to rewrite that to accept a button press or something from the tags we've been making on pomodoro.ejs

Will open issues for both please check them out! Thanks yall :)

Closes #60

schneedotdev commented 2 years ago

Nice work! Everything is working well!