This is a project developed with JavaScript, HTML, and CSS, with the main objective of using an API to display a list of dishes and their respective recipes. We used the TheMealDB API (Link to API), which does not require an access key.
- List of dishes with their ingredients and recipes.
- Interactive and user-friendly interface.
- Integration with the TheMealDB API to fetch recipe data.
To run the project locally, follow these steps:
- Download the project’s ZIP file.
- Extract the contents into a folder of your choice.
- Open the project in a text editor (e.g., VS Code).
- Run the project using the Live Server extension in VS Code.
This will allow you to view the webpage running locally in your browser.