This is a recipe website that allows users to search and view various recipes and meals via TheMealDB API.
The website offers search filters by recipe name, ingredient, area, and category.
upon selecting a recipe, it takes the user to a detailed page that displays the ingredients, measurements, and instructions on how to cook it.
Clone the repository to your local machine
Install the required packages using npm install
Start the server using npm start
Open your browser and navigate to http://localhost:3000
Use the search bar to search for a recipe by name, ingredient, area, or category
Click on the recipe that you want to view for more details
The ingredients, measurements, and instructions on how to cook the recipe will be displayed on the screen
This recipe site is built using the following technologies:
React
TheMealDB API
JavaScript
HTML
CSS
Contributions are welcome! If you would like to contribute to this project, please open an issue or create a pull request.



