Pokedex
Pokedex - a Kotlin Multiplatform app, built with Compose multiplatform, Coroutines, Flow, Koin, Ktor, SqlDelight, Decompose, MVIKotlin, and Material 3 based on MVI architecture
Install / Use
/learn @MohamedRejeb/PokedexREADME
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 <br> <br>

Open-source libraries
- Kotlin based, Coroutines + Flow for asynchronous.
- Kotlin Serialization: Kotlin multiplatform / multi-format serialization.
- Compose multiplatform: a modern UI framework for Kotlin.
- Decompose: for navigation.
- Ktor: for making network requests.
- SqlDelight: for caching data.
- Koin: a pragmatic lightweight dependency injection framework.
- Architecture
- MVI Architecture (MVIKotlin)
- Repository Pattern
- Material 3: Material 3 components.
Screenshots
Android
<div style="display: flex; width: 100%"> <img src="https://user-images.githubusercontent.com/41842296/224555659-f75bcddc-21a9-42f4-804d-198a5f06dcb1.png" width="31%"/> <img src="https://user-images.githubusercontent.com/41842296/224555672-03a6dcd5-f26f-4ecf-aa1e-3db66d278b8b.png" width="31%"/> <img src="https://user-images.githubusercontent.com/41842296/224555677-1fc807fc-57c6-46e0-bb27-afa085181a5c.png" width="31%"/> </div>IOS
<div style="display: flex"> <img src="https://user-images.githubusercontent.com/41842296/224555698-71d1fb5d-9359-483b-8d98-64f952a44a60.png" width="31%"/> <img src="https://user-images.githubusercontent.com/41842296/224555703-5a53cc2c-5375-4b07-bac1-aed03f34ca87.png" width="31%"/> <img src="https://user-images.githubusercontent.com/41842296/224555708-05edf0fa-7b74-4f2b-b4fd-f4d7d82e911b.png" width="31%"/> </div>Desktop
<img width="1511" alt="Screenshot 2023-03-12 at 4 44 04 PM" src="https://user-images.githubusercontent.com/41842296/224555755-5d033ac5-061e-41d7-92b1-4e5c807dfb67.png">PokeAPI
<div> Pokedex uses [PokeAPI](https://pokeapi.co/) for fetching data related to Pokémon. <img src="https://user-images.githubusercontent.com/24237865/83422649-d1b1d980-a464-11ea-8c91-a24fdf89cd6b.png" align="right" width="21%"/> </div>Authors
Original design
Adapted from Pokédex Apps design by Nur Asmara.
🔗 Social Links
<br>
Follow me on GitHub
License
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 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.
