Flavor-Table

Flavor Table is a web application that helps users discover recipes based on the ingredients they have. It leverages the Spoonacular API to deliver fast and relevant recipe results. You can search by ingredients, get random recipes, and save your favorites in local storage.

Available API Endpoints (Accessible via Address Bar)

GET /recipes/search?ingredients=apple,tomato

GET /recipes/random

How many hours did it take you to complete this assignment?

It took me two days to complete the project

Were there any parts of the lab you found challenging?

Yes, there were a few parts of the lab that I found challenging. Even though I was able to finish the lab in two days, some sections required extra time and focus.

Once you have your API key, you have to put it in the request URL for every request you make like so ?apiKey=YOUR-API-KEY.

Project Link: Link