A native Android application, built in Android Studio, that recommends recipes to users based on a list of ingredients they have. This served as my first hands-on experience with REST APIs.
- Ingredient-Based Search: Allows users to input one or more ingredients.
- API Integration: Fetches real-time recipe data from the Spoonacular API.
- Dynamic Results: Parses the API's JSON response and displays a list of matching recipes.
- Language: Java
- IDE: Android Studio
- API: Spoonacular (REST API)
- Key Libraries:
- Retrofit2, OkHttp3