Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melbehiry/Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
https://github.com/melbehiry/Delish
android architecture compose compose-navigation coroutines data-store flow hilt jetpack jetpack-compose kotlin kotlin-coroutines mvi mvi-architecture mvi-clean-architecture room viewmodel
Last synced: 2 months ago
JSON representation
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
- Host: GitHub
- URL: https://github.com/melbehiry/Delish
- Owner: melbehiry
- Created: 2021-03-20T15:33:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T11:55:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T17:31:49.694Z (5 months ago)
- Topics: android, architecture, compose, compose-navigation, coroutines, data-store, flow, hilt, jetpack, jetpack-compose, kotlin, kotlin-coroutines, mvi, mvi-architecture, mvi-clean-architecture, room, viewmodel
- Language: Kotlin
- Homepage:
- Size: 61.7 MB
- Stars: 482
- Watchers: 9
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-compose - Delish - Delish, a Food Recipes App in Jetpack Compose (Miscellaneous)
README
![GitHub Cards Preview](https://user-images.githubusercontent.com/8813304/111876563-f3566000-89a7-11eb-9f6f-27bc9c75d524.jpg)
Delish
work-in-progress
### Screens
### Tech stack & Open-source libraries
- 100% [Kotlin](https://kotlinlang.org/) based + [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) + [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/)
- [Dagger Hilt](https://dagger.dev/hilt)
- UI completely written in [Jetpack Compose](https://developer.android.com/jetpack/compose)
- Uses [Architecture Components](https://developer.android.com/topic/libraries/architecture/): including: Room, Lifecycle, Navigation, Datastore.### Architecture
- MVI clean architecture
- Repository pattern
### Development setup
The project require the latest [Android Studio Dolphin](https://developer.android.com/studio) (or newer).
### API keys
Delish uses [Spoonacular](https://spoonacular.com/food-api) after creating your own application add the Api Key to you gradle with ```SPOONACULAR_API_KEY``` [Check](https://github.com/Elbehiry/Delish/blob/91f109e4e03a89099f9009a381b3ec27b1b6cef1/mobile/build.gradle.kts#L48)
## Find this repository useful? :heart:
Support it by joining __[stargazers](https://github.com/elbehiry/delish/stargazers)__ for this repository. :star:
And __[follow](https://github.com/elbehiry)__ me for my next creations! 🤩## Contribution
See the [CONTRIBUTION.md](/CONTRIBUTION.md) file.
## Questions
If you have any questions regarding the codebase, hit me up on [Twitter](https://twitter.com/el6ehiry).
## License
```xml
Designed and developed by 2021 elbehiryLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.