-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
abi: added coments and delited pop up
- Loading branch information
1 parent
b7190d7
commit d8a9659
Showing
1 changed file
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,30 @@ | ||
setTimeout( | ||
() => alert("get ready to workout?!!"), | ||
1000*2 | ||
) | ||
// document.querySelector('#stick-figure').innerHTML = "" | ||
// document.querySelector('#view-log').addEventListener('click', () => { | ||
|
||
// }) | ||
// document.querySelector('#screen-buttons').classList.add('hide') | ||
|
||
|
||
// Things my program needs to do: | ||
// | ||
// if buttin is pushed start the workout chosen | ||
// go to other screen | ||
// say "ready, set, go" | ||
// start an interval for every second to count down from 15 on the screan | ||
// say the next move | ||
// figure number 1 says in bubble the next move | ||
// start out with strech for 1 min | ||
// three part streach | ||
// pick out a random leg, or arm, or both move | ||
// start a timer for 4 min | ||
// move the stick figure | ||
// the move that was randomly picked starts and the first man comes up | ||
// then the second man in that move doing the next fase of that move comes in and so on, and over again | ||
// when the two min is done a timer starts for fifteen seconds | ||
// stick man says break | ||
// repeat 1 more time then go to next random move | ||
// at the end there is a 30 second streach then go back to homescrean (same three part streach) | ||
// go back to home screen if canceled | ||
// log workouts completed and not completed | ||
// if you complete a workout, it puts the date, the name of the workout (legs, arms, or random), and "completed" in a bar | ||
// if not, it does the same exept "not completed, boo on you" | ||
// push "back" to go back to home screen |