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.