Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MohamedRejeb/Pokedex
Pokedex - a Kotlin Multiplatform app, built with Compose multiplatform, Coroutines, Flow, Koin, Ktor, SqlDelight, Decompose, MVIKotlin, and Material 3 based on MVI architecture
https://github.com/MohamedRejeb/Pokedex
android compose compose-desktop compose-ios compose-multiplatform compose-ui decompose desktop ios jetpack-compose koin kotlin kotlin-android kotlin-coroutines kotlin-multiplatform kotlin-multiplatform-mobile kotlin-multiplatform-sample kotlin-native material-design sqldelight
Last synced: about 1 month ago
JSON representation
Pokedex - a Kotlin Multiplatform app, built with Compose multiplatform, Coroutines, Flow, Koin, Ktor, SqlDelight, Decompose, MVIKotlin, and Material 3 based on MVI architecture
- Host: GitHub
- URL: https://github.com/MohamedRejeb/Pokedex
- Owner: MohamedRejeb
- License: apache-2.0
- Created: 2023-02-25T13:46:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T16:19:16.000Z (10 months ago)
- Last Synced: 2024-08-02T05:08:27.175Z (4 months ago)
- Topics: android, compose, compose-desktop, compose-ios, compose-multiplatform, compose-ui, decompose, desktop, ios, jetpack-compose, koin, kotlin, kotlin-android, kotlin-coroutines, kotlin-multiplatform, kotlin-multiplatform-mobile, kotlin-multiplatform-sample, kotlin-native, material-design, sqldelight
- Language: Kotlin
- Homepage:
- Size: 553 KB
- Stars: 653
- Watchers: 4
- Forks: 49
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- mobile-awesome - Pokedex - Pokedex - a Kotlin Multiplatform app, built with Compose multiplatform, Coroutines, Flow, Koin, Ktor, SqlDelight, Decompose, MVIKotlin, and Material 3 based on MVI architecture. (Multiplatform / Multiplatform samples)
README
# Pokedex
Pokedex is kotlin multiplatform project with 99% shared code, built with Compose multiplatform, Coroutines, Flow, Decompose, MVIKotlin, Koin, Ktor, SqlDelight, and Material 3 based on MVI architecture
![pokedex](https://user-images.githubusercontent.com/41842296/224551967-1c09e59d-25c2-4a7b-ace8-4676cfd26672.png)
## Open-source libraries
- [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.
- [Kotlin Serialization](https://github.com/Kotlin/kotlinx.serialization): Kotlin multiplatform / multi-format serialization.
- [Compose multiplatform](https://github.com/JetBrains/compose-multiplatform): a modern UI framework for Kotlin.
- [Decompose](https://github.com/arkivanov/Decompose): for navigation.
- [Ktor](https://github.com/ktorio/ktor): for making network requests.
- [SqlDelight](https://github.com/cashapp/sqldelight): for caching data.
- [Koin](https://github.com/InsertKoinIO/koin): a pragmatic lightweight dependency injection framework.
- Architecture
- MVI Architecture ([MVIKotlin](https://github.com/arkivanov/MVIKotlin/))
- Repository Pattern
- [Material 3](https://m3.material.io/components): Material 3 components.## Screenshots
### Android
### IOS
### Desktop
## PokeAPI
Pokedex uses [PokeAPI](https://pokeapi.co/) for fetching data related to Pokémon.
## Authors
- [@MohamedRejeb](https://www.github.com/MohamedRejeb)
## Original design
Adapted from [Pokédex Apps design](https://dribbble.com/shots/17332968-Pok-dex-Apps-Design-Exploration/) by [Nur Asmara](https://dribbble.com/nurasmara/).
## 🔗 Social Links
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/MohamedRejeb/)
[Follow me](https://github.com/MohamedRejeb) on GitHub# License
```xml
Copyright 2023 M0Coding (Mohamed Ben Rejeb)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 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.
```