DEV Community

boyet acedilla
boyet acedilla

Posted on • Updated on

pomodoro

https://github.com/cabpacedilla/boyet/blob/master/pomodoro.html
https://bitbucket.org/cabpa/boyet/src/0e25cf15a4223dea07d5e85d05c3f9509cd5e11a/pomodoro

Top comments (1)

Collapse
 
cabpacedilla profile image
boyet acedilla • Edited

The webpage is working in Chrome and Firefox because sessionStorage does not work in IE if the webpage is not uploaded to an internet webserver. I only used the HTML page locally.

Save the HTML code locally as HTML file because meta content refresh is not working in codepen.

If the alert message does not show when 'break from work time' or 'return to work' that you set is equal to the system time, please check if the web browser is blocking it as pop-up then set it to unblock and click Ok.

I also need an advise for a better and more accurate way to catch the system time with the break and return to work times.

The usability of this webpage still needs a lot of improvement because it is hard to use like unwanted break and return to work times cannot be modified but have to be deleted. Time input also have to be typed. The current design is working fine with the instructions. I will improve it as I will find ways to improve its usability.