YumYum is a recipe application that consumes data from TheMealDB API to present users with a vast collection of delicious dishes, including detailed information about ingredients, preparation instructions, and more.
- Explore Recipes: Browse through a wide selection of food and drink recipes, with the ability to filter by categories.
- Recipe Details: View detailed information for each recipe, including the list of ingredients, measurements, and preparation instructions.
- Authentication: Log in using your Google account, with the option to log out or delete your account.
Kotlin
Jetpack Compose
Dagger-Hilt
Clean Architecture
MVVM (Model-View-ViewModel)
Retrofit
Firebase auth
Firestore
- Ensure you have Android Studio installed on your computer.
- Clone this repository to your local machine using the command: git clone https://github.com/LcsMilhan/YumYumApp.git
- Open the project in Android Studio.
- Wait for the project to synchronize with its dependencies.
- Run the application on an emulator or connected Android device.
If you enjoyed the project and would like to contribute, please feel free to open an issue to report a bug or a suggestion for improvement. Pull requests are also welcome!
API provided by TheMealDB to provide recipe information.