so I'm trying to make this "workout app" that cycles through different divs that show how to do the workout on an interval of 60 seconds each with the ability to pause.
I'm unsure on how to make this work with vanilla Javascript, HTML and CSS; but essentially I want to do the following.
- a div that displays the content with a 60-second timer with play and pause
- after 60 seconds a new workout will pop up
- have this repeat for 5 intervals
if anyone can show me a stripped-down version of this to get me started, it would be greatly appreciated.