KodesKitchen is a recipe management app that allows users to browse, save, and manage their favorite recipes. The app uses the Room database for local storage and Retrofit for network requests.
-
Android Studio Arctic Fox (2020.3.1) or later
-
Java Development Kit (JDK) 11 or later
-
Android SDK 30 or later
-
Internet connection for fetching data from APIs
- Clone the repository:
git clone https://github.com/erdihoxha/KodesKitchen.git cd KodesKitchen Open the project in Android Studio:
2.Open Android Studio Click on File -> Open... Select the KodesKitchen directory Build the project:
3.Click on Build -> Rebuild Project Run the project:
4.Click on Run -> Run 'app' Select an emulator or a physical device
-
Browse Recipes:
- Open the app and navigate to the
Browsetab to view popular recipes.
- Open the app and navigate to the
-
Search for Recipes:
- Use the search functionality to find recipes by name or ingredients.
-
Save Favorites:
- Click the
hearticon on a recipe to add it to your favorites.
- Click the
-
View Recipe Details:
- Click on a recipe to view detailed instructions and ingredients.
Erdi Hoxha - erdihoxha2002@gmail.com
Project Link: https://github.com/erdihoxha/KodesKitchen