Recipe Finder is a web application that allows users to search for recipes based on ingredients or keywords. It utilises the Edamam API to fetch recipe data and displays the results with images, descriptions, and cooking instructions.
Search for recipes: Users can enter an ingredient or keyword in the search box to find relevant recipes.
Display search results: The application fetches recipe data from the Edamam API and displays the results with images, recipe names, ingredient lists, and a link to view the full recipe.
Responsive design: The application is designed to be responsive and adapt to different screen sizes, allowing users to access it from various devices.
HTML: Markup language for the structre of the page.
CSS: Styling language for the visual appearance of the web app.
JavaScript: Programming language used for getting data from the API and manipulating the DOM.
Edamam API: This API provides access to the recipe collection.
To run the Recipe Finder application locally, follow these steps:
Clone the repository: git clone https://github.com/Dannyswiss1/Web3BridgeExam.git
Navigate to the project directory: cd Web3BridgeExam
Open the index.html file in your web browser.
The Recipe Finder application was built as a learning project and is not intended for commercial use. The project utilises the Edamam API for fetching recipe data. Make sure to review and comply with the API's terms of use and licensing requirements.