In this app user can create own account and look for recipes based on meal type (main course, breakfast etc.) and diet type (vegetarian, gluten free etc.)
Each recipe can be saved with comment and rating.
In order to createn an account user has to provide e-mail and verfied it. Backend is provided by Firebase Authentication.
Saved recipes are stored in Firestore cloud.
Android Architecture Components, MVVM, View Binding, Hilt, Room, Retrofit, Paging3, Firebase (Authentication and Firestore) and others.