jenho-webdev / MealMatch

MealMatch is an app designed for foodies and fitness enthusiasts alike!
https://jenho-webdev.github.io/MealMatch/
MIT License
4 stars 4 forks source link

Keiji test branch #59

Closed meekunn1 closed 1 year ago

meekunn1 commented 1 year ago

Added sport function to display calories and duration information on index.html page. Added sport function to prepare sports information package to be sent to local storage for use on second page. Added function to send to local storage (line 334) how we join recipe info and sport info into local storage is still undecided. Please see this function just as one idea. Added test function to run all the sport related function in correct sequence. (line 371) note: sport information still uses temporary calorie variable that needs to be replaced with actual recipe calorie information.

jenho-webdev commented 1 year ago

close this to avoid other merge this in accidentally. @meekunn1 please PR again after you rebased your branch from main and PR again for your sport part of the code.