Weekly Report
-
18.7.2024
-
Youtube link:
IDEA - add option for a user to select which date he wants to get the strength for
What I have done - I have added part of the code inside .ejs file fro the front end where the user can select a date. THen I send that value to the back end over POST request and then I process that value. Inside the backend I pass the value to the function that retrieves the data from the database based on the date requested.
PROBLEM - There were no problems with this
NEXT - try to move the project to digital ocean droplet so it is live for users
-