Skip to content

Commit

Permalink
abi: added coments and delited pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyHubert committed Jul 20, 2024
1 parent b7190d7 commit d8a9659
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions abi/main.js
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

0 comments on commit d8a9659

Please sign in to comment.