90 lines
4.7 KiB
Markdown
90 lines
4.7 KiB
Markdown

|
|
|
|
<h1 align="center">Delish</h1>
|
|
<p align="center">
|
|
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
|
|
<a href="https://android-arsenal.com/api?level=21"><img alt="API" src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat"/></a>
|
|
</p>
|
|
|
|
### Screens
|
|
<p align="center">
|
|
<img src="https://user-images.githubusercontent.com/8813304/111877013-f3575f80-89a9-11eb-8ce2-4c020f849b05.png" width="17%"/>
|
|
<img src="https://user-images.githubusercontent.com/8813304/111877016-f7837d00-89a9-11eb-9c9d-ca6296b054d3.png" width="17%"/>
|
|
<img src="https://user-images.githubusercontent.com/8813304/111877066-2b5ea280-89aa-11eb-96b5-753c22771ec4.png" width="17%"/>
|
|
<img src="https://user-images.githubusercontent.com/8813304/111885866-ffa3e280-89d2-11eb-91da-2828f6cfbc21.png" width="17%"/>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="https://user-images.githubusercontent.com/8813304/113940259-7592b100-97fd-11eb-9d33-7e82991b8183.png" width="17%"/>
|
|
<img src="https://user-images.githubusercontent.com/8813304/111885886-15190c80-89d3-11eb-9334-96db534f50c3.png" width="17%"/>
|
|
<img src="https://user-images.githubusercontent.com/8813304/111886023-ef403780-89d3-11eb-8bd5-f04e829e63e9.png" width="17%"/>
|
|
<img src="https://user-images.githubusercontent.com/8813304/111885918-3da10680-89d3-11eb-821d-33319587db0c.png" width="17%"/>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="https://user-images.githubusercontent.com/8813304/111886718-8d360100-89d8-11eb-8ec1-ea8b08ec623a.gif" width="15%"/>
|
|
<img src="https://github.com/Elbehiry/Delish/blob/master/images/vid1.gif" width="15%"/>
|
|
<img src="https://github.com/Elbehiry/Delish/blob/master/images/vid2.gif" width="15%"/>
|
|
<img src="https://github.com/Elbehiry/Delish/blob/master/images/vid3.gif" width="15%"/>
|
|
<img src="https://user-images.githubusercontent.com/8813304/127920672-a1c03b1d-321d-4ad5-aba9-897e7ea88354.gif" width="15%"/>
|
|
</p>
|
|
|
|
## 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/) for asynchronous.
|
|
- [Dagger Hilt](https://dagger.dev/hilt) 2.37
|
|
- [Accompanist](https://github.com/google/accompanist)
|
|
|
|
- JetPack
|
|
- [Jetpack Compose](https://developer.android.com/jetpack/compose) 1.0.0
|
|
- [Compose Paging](https://developer.android.com/reference/kotlin/androidx/paging/compose/package-summary) 1.0.0-alpha11
|
|
- [Navigation](https://developer.android.com/guide/navigation)
|
|
- [Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle)
|
|
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
|
|
- [Room](https://developer.android.com/training/data-storage/room)
|
|
- [Datastore](https://developer.android.com/topic/libraries/architecture/datastore)
|
|
|
|
- Architecture
|
|
- MVVM Architecture (Declarative View - ViewModel - Model) clean architecture
|
|
- Repository pattern
|
|
|
|
## Contributing
|
|
Delish is under development a lot of stuff to be done, feel free to contribute 🤩
|
|
just create your own Api Key [here](https://spoonacular.com/food-api/) and add it into [build.gradle.kts](https://github.com/Elbehiry/Delish/blob/97b3f13e37113f78ad26252d39a2bd9b2ab99d6a/shared/build.gradle.kts#L77) file. 😉
|
|
|
|
## Find this repository useful? :heart:
|
|
<a href="https://www.buymeacoffee.com/elbehiry" target="_blank">
|
|
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="160">
|
|
</a>
|
|
|
|
Support it by joining __[stargazers](https://github.com/elbehiry/delish/stargazers)__ for this repository. :star: <br>
|
|
And __[follow](https://github.com/elbehiry)__ me for my next creations! 🤩
|
|
|
|
## Download
|
|
|
|
Go to the [Releases](https://github.com/elbehiry/delish/releases) to download the latest APK.
|
|
|
|
## 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.
|