Fetch-Project
The Fetch-Project I created is a simple iOS application that allows users to browse and view details of various dessert recipes. It fetches data from TheMealDB API and presents it in a user-friendly interface. This was made in accordance to the Fetch - iOS Coding Challenge Instructions.
- Start page.
- Browse a list of dessert recipes.
- View detailed information about each recipe, including ingredients and instructions.
- Fetch data from TheMealDB API.
- Clone the repository:
sh https://github.com/caseytirrell/Fetch-Project - Navigate to the project directory:
cd fetch-desserts-app - Open the project in Xcode open Fetch\ Project.xcodeproj
- Launch the app on your iOS device or simulator.
- Browse the list of desserts.
- Tap on a dessert to view detailed information.
This app uses TheMealDB API to fetch dessert recipes.
- Get Dessert List:
https://themealdb.com/api/json/v1/1/filter.php?c=Dessert - Get Meal Details:
https://themealdb.com/api/json/v1/1/lookup.php?i=MEAL_ID
For any questions or suggestions, feel free to contact me at