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

script2 for 2nd html page that display recipe in details #53

Closed jenho-webdev closed 1 year ago

jenho-webdev commented 1 year ago

Created a template and conf called on how it can be programmed. this js file is to be separated from from the main page and script file for easy collaboration and minimize conflict when more than one coder to be working on it.

it needs to get the index value from the url that redirect user to the 2nd page for receipt details such as cooking instructions. ingredients and related sport calories burn rate. It may also house the saved recipe UI and displaying user saved recipients.

jenho-webdev commented 1 year ago

-Recipe ID from window.location.search to do a new localStorage search function of recipe

jenho-webdev commented 1 year ago

close issue as we took care of it with the same script file.