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.
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.
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.