This repository contains starter files for building a recipe browsing application using the Meal DB API.
- Fork this repository.
- Launch your Codespace from your forked repository.
In this exercise, you’ll create a dynamic application for browsing recipes by cuisine type. You'll fetch recipe data from the Meal DB API, display recipes by selected area, and build a detailed recipe view.
- Fetch and handle data from an external API.
- Dynamically display API data on the page.
- Collaborate to create interactive detail views using API endpoints.
- Build a dropdown for selecting recipe areas (e.g., Italian, Mexican).
- Display recipe cards dynamically based on user selection.
- Create a detailed recipe view showing ingredients and instructions when a recipe is selected.
- Explore additional data from the Meal DB API.
- Extend the application with extra features or data.