Skip to content

user-story-based-exercises/sew-recipe-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

SEW | Recipe Search

User Story 1

As a passionate hobby cook, I want to easily look up some recipes.

Acceptance Criteria

  • A search term can be entered.
  • The main page lists all recipes (title + image) matching the entered search term.
  • By clicking on a recipe, the details are displayed on a separate "sub-page".
  • The application has a footer and header which stays the same on all routes.
  • The footer has a link to Legal Notice ("Impressum").
  • Debounce the user input.

Hints

  • You can use the spoonacular API for recipes.
  • You need to obtain an API key to use the API.
  • Example search request https://api.spoonacular.com/recipes/complexSearch?apiKey={yourAPIkey}&query=pasta

Skill(s)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published