The theme that I chose for this project is israeli food. This is because I was in Israel for a month over winter break.
I queried my three favorite foods in israel through the "Search Recipies" endpoint then put all the ids in the "Get Recipies Information Bulk" endpoint to get the information.
-
css and javascript were not being read
solution: cmd+shift+r which hard refreshed the page. then the changed showed up -
Requests and requests_oauthlib were installed but the terminal said no module named requests_oauthlib found
solution: pip uninstalled the libraries and pip3 installed them -
config vars wouldnt authenticate me.
solution: I removed the quotes from config vars -
Odd index out of range error where index 1 had an error but not any index above or before it.
solution: I realized that the index was an outlier and the recipie had no steps or directions so I removed it.
Forgot to remove 12.50 price in html.
Add more pictures for the step by step directions.