From 23994e11a322fae8e1909a4f455ea768b2ee1cf5 Mon Sep 17 00:00:00 2001 From: Daniel Frehner Date: Tue, 6 Mar 2018 20:55:22 -0700 Subject: [PATCH] added stretch goals --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 149a590a6d..9cd6388e99 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,12 @@ Topics: * Has digits change to red when it gets to 10 seconds * Should not count past 10 seconds - You will also need to look up and use `window.setInterval`. For this method, and any of those listed in the "Topics" section of this README, you are encouraged to use MDN as your resource for Documentation. MDN can be challenging to consume at first, so you may also use something like W3schools if the MDN documentation on a given subject is a bit too complicated. \ No newline at end of file + You will also need to look up and use `window.setInterval`. For this method, and any of those listed in the "Topics" section of this README, you are encouraged to use MDN as your resource for Documentation. MDN can be challenging to consume at first, so you may also use something like W3schools if the MDN documentation on a given subject is a bit too complicated. + + ## Stretch Goals + If you compelete the timer with time to spare: + * Self study and research DOM `events` and `event listeners` + * SG1: Implement a start button. The digital timer should not start until the button is pressed. + * SG2: Once you have a start button working, configure it so that when a user presses the start button it is disabled and not enabled until the timer finishes. + * SG3: Once you have finished SG2, add new new button called `reset` that resets the timer to 0:00:00 and then pressing the start button again will start the timer from 0. + * SG4: Finally, if you have completed all the stretch goals, spend some time styling your timer and buttons. \ No newline at end of file