https://github.com/deptagency/simplerecipes
A user-friendly recipe management application
https://github.com/deptagency/simplerecipes
Last synced: 3 months ago
JSON representation
A user-friendly recipe management application
- Host: GitHub
- URL: https://github.com/deptagency/simplerecipes
- Owner: deptagency
- License: mit
- Created: 2024-05-07T15:33:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-20T15:29:43.000Z (12 months ago)
- Last Synced: 2025-01-21T05:27:02.069Z (4 months ago)
- Language: Kotlin
- Size: 729 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Recipes application
## Introduction
The application is a user-friendly recipe management solution.
It allows you to browse through a wide variety of recipes, view detailed information about each recipe, and save your favorite ones for offline viewing.
The application is designed with a clean and intuitive interface, making it easy to navigate and find the recipes you're interested in.## Tech stack:
- Programming Languages: Kotlin
- Build System: Gradle
- Architecture: Model-View-ViewModel (MVVM)
- UI: Jetpack Compose
- Dependency Injection: Koin
- Networking: Retrofit
- Data Persistence: Room
- Version Control: Git
- Image Loading: Coil
- Asynchronous Programming: Kotlin Coroutines## Notes
Application uses [clean architecture with MVVM pattern](https://developer.android.com/topic/architecture):
- Separation of concerns, domain, data and ui layers as per Google recommendations
- Dependencies are managed through the [version catalogs](https://developer.android.com/build/migrate-to-catalogs)