So ideally here is what I am trying to accomplish (keep in mind I am a beginner, so bear with me):
Creating an app that at interval x (let's play with interval x = 15 minutes) a notification pops up prompting the user the take action. So every 15 minutes, take action (so you know, to alert them, this will be a browser flash and a title flicker / change). If the user takes action, reset the timer for another x amount (again, lets play with x = 15 minutes). If they don't take action, keep flashing browser window and changing title. Any suggestions on how to accomplish this? Thanks so much.