The Kitschen is a web application that allows users to search for meal recipes using the MealDB API. Users can view search results, click on a recipe to see more details in a modal, and view ingredients with measurements.
- Search for Recipes: Users can search for meal recipes by entering a meal name in the search input.
- View Search Results: Search results are displayed as cards with meal images and titles.
- View Recipe Details: Clicking on a recipe card opens a modal with detailed information about the recipe, including ingredients and instructions.
- Hover to View Measurements: Hovering over an ingredient image in the modal shows the measurement for that ingredient.