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

Enable timer to grab tag names from button clicks in main.js #70

Closed Brandon-Schefstad closed 1 year ago

Brandon-Schefstad commented 1 year ago

In pomodoro.ejs we have some tags that can be clicked (school, work, banki etc.) Add event listeners in main.js that, on click, assign the name of these elements to our timerObject.taskName.

Thank you!

ZephyrPfeiffer commented 1 year ago

I can work on this.