The client-server Android-application for viewing cooking recipes by category, viewing detailed recipe information (ingredients and cooking method) and managing a list of favorite recipes based on Figma layouts.
Demo.RecipesApp.mp4
- Clone the repository
git clone git@github.com:fedorovaea18/RecipesApp.git
cd RecipesApp
- Open the project in Android Studio.
- Build and run the application on the emulator or device.
- Architecture: MVVM;
- UI: XML;
- Database: Room;
- Networking: Retrofit;
- DI: Hilt;
- Async operations: Kotlin Coroutines.