Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

![GitHub Cards Preview](https://user-images.githubusercontent.com/8813304/111876563-f3566000-89a7-11eb-9f6f-27bc9c75d524.jpg)

Delish


work-in-progress



License
API

### 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:

Buy Me A Coffee

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 elbehiry

Licensed 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 at

http://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.