Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shub39/plumbus
A Compose Multiplatform App to browse Info on the Rick and Morty Universe
https://github.com/shub39/plumbus
android compose-multiplatform desktop jetpack-compose koin kotlin ktor ktor-client
Last synced: 5 days ago
JSON representation
A Compose Multiplatform App to browse Info on the Rick and Morty Universe
- Host: GitHub
- URL: https://github.com/shub39/plumbus
- Owner: shub39
- License: gpl-3.0
- Created: 2024-11-20T03:51:08.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-11T10:06:58.000Z (20 days ago)
- Last Synced: 2025-01-21T01:41:56.689Z (11 days ago)
- Topics: android, compose-multiplatform, desktop, jetpack-compose, koin, kotlin, ktor, ktor-client
- Language: Kotlin
- Homepage:
- Size: 3.59 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](fastlane/metadata/android/en-US/images/icon200x200.png)
# Plumbus
### A Compose Multiplatform App to browse info on characters, locations and episodes from the Rick and Morty universe
> ### Platforms
> []()
> []()
> []()
> []()> ### Made With
> []()
> []()## Screenshots 📱
| ![1](fastlane/metadata/android/en-US/images/phoneScreenshots/1.png) | ![2](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png) | ![3](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png) | ![6](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png) |
|:-------------------------------------------------------------------:|:-------------------------------------------------------------------:|:-------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![4](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png) | ![7](fastlane/metadata/android/en-US/images/phoneScreenshots/6.png) | ![5](fastlane/metadata/android/en-US/images/phoneScreenshots/7.png) | ![8](fastlane/metadata/android/en-US/images/phoneScreenshots/8.png) |## Try Out 🔧
> ### Android
> Download and Install [Latest Release](https://github.com/shub39/Plumbus/releases)> ### Desktop
> You can check out the dektop version by importing this project on Android Studio and and running `./gradlew run` in the terminal## Tech Stack 🛠️
- Compose Multiplatform for Shared UI and App logic 🧑💻
- Koin for dependency Injection 💉
- Ktor for making Http requests 🌐
- MVI + Clean architecture
- Kotlinx Serialization for Json parsing 📄
- [LandScapist](https://github.com/skydoves/landscapist) for Images 🌆
- Room for Local Databse 📊
- Kotlin Coroutines 🌴## What's Planned? 🗓️
- [ ] Add a way to view browsing history. Like how deep you are in the rabbit hole
- [ ] Add a way to allow users to contribute information to the api. This could help the database to stay up to date as it is two seasons behind :(
- [ ] Add settings and Info pages## Thanks 🙏
- Rick and Morty [API](https://rickandmortyapi.com/)
- [JetBrains](https://www.jetbrains.com/compose-multiplatform/) for such an amazing framework and IDEs