- A Recipe Search Web Application.
This is a simple web application that allows users to search for recipes by entering the name of a dish. The application fetches recipe data from the TheMealDB API and displays the recipe details along with the ingredients and cooking instructions.
- Website link : Click here✨
- HTML
- CSS
- JavaScript
- In the search box, type the name of the dish you want to search for.
- Click the "Search" button to fetch and display the recipe.
- The application will display the dish's image, name, and area (origin).
- The list of ingredients and their corresponding measurements will be shown.
- Click on the "View Recipe" button to reveal the cooking instructions.
- Click the "X" button inside the recipe box to hide the instructions.