There was an issue with the testing for others. The days of the week that I work out were hard-coded into the app (because, well, it’s an app for me, not you 🙃). As a result, when someone tries to check this project on days that are not designated as workout days, they only see a message stating that it’s a recovery day, leaving them unclear about what that means. Also, it’s weird to say these messages(e.g, recovery day, workout day) when I haven’t even started doing workouts yet.
I’ve updated the program so that it selects workout days based on the day I start. If you check this project today and want to continue tomorrow, you’ll see a message indicating that it’s a recovery day. However, to reset the app, you’ll need to go to the console, run localStorage.clear(), and then reload the page.
Log in to leave a comment