Jetflix
Cross-platform movie listing app showcasing various UIs built using Kotlin and Compose Multiplatform
Install / Use
/learn @yasinkacmaz/JetflixREADME
<h1 align="center">Jetflix</h1>
<p align="center">
<img src="https://imgur.com/Em1iqJx.png" alt="Multiplatform Image"/>
</p>
<h4 align="center">
Jetflix is a cross-platform movie listing app showcasing various UIs built using Kotlin and Compose Multiplatform.
</h4>
Supported Platforms
- 🤖 Android
- 🍏 IOS
- 🌐 Web(Wasm)
- 💻 Desktop(Jvm on Mac, Windows, Linux)
Try
- Jetflix Website - View the app on the web
- Releases - Download the latest APK directly from GitHub.
Technologies
- Kotlin - 100% Kotlin
- Compose Multiplatform - Declarative UI
- Koin - Dependency Injection
- Coil - Image loading
- Coroutines - Asynchronous operations and state management
- ViewModel - UI related data holder
- Ktor - Network operations
- TheMovieDb API - Movie data
