recipe-app Svelte Themes

Recipe App

recipe app (made with theMealDB api and svelte)

overview

Recipe application inspired in this challenge. This is part of my journey of learning Svelte: I wanted to try a beginner-friendly project, but that would also let me explore Svelte's functionalities more.

The application uses theMealDB to fetch and display recipes. The user can filter the recipes by category, or search for recipes by name.

built with

features

  • view a list of desserts by default
  • filter recipes shown by category
  • use the "show more" button to show all recipes for the selected category
  • navigate to detail page by clicking on recipe card
  • detail page includes ingredients, instructions, place of origin and link to youtube video
  • error handling: if the api request is not successful, or if no recipes match the user search, an error message is shown

Top categories

Loading Svelte Themes