Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.28 KB

README.md

File metadata and controls

48 lines (35 loc) · 2.28 KB

Plumbus

A Compose Multiplatform App to browse info on characters, locations and episodes from the Rick and Morty universe

Platforms

Made With

Screenshots 📱

1 2
3 6
4 7
5 8

Thanks 🙏

  • Rick and Morty API
  • JetBrains for such an amazing framework and IDEs

Try Out 🔧

Android

Download and Install Latest Release

Desktop

Its way more complicated than I initially thought, decided it's not worth the effort.

You can still 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 🌐
  • Kotlinx Serialization for Json parsing 📄
  • LandScapist for Images 🌆
  • Room for Local Databse 📊
  • Kotlin Coroutines 🌴