Skip to content

Movies App using compose multi-platform for shared UI and KMP for shared logic

Notifications You must be signed in to change notification settings

ShahzaibAli02/MoviesAppKMP

Repository files navigation

Movie App using Compose Multiplatform, Ktor, and Coil

This is a simple movie app built with Kotlin Multiplatform (KMP) using Jetpack Compose for UI, Ktor for networking, and Coil for image loading. The app fetches movie data from an API and displays it in a list.

Features

  • Fetches movie data from an API
  • Displays a list of movies with images and details
  • Uses Ktor for networking
  • Uses Coil for image loading
  • Built with Kotlin Multiplatform (KMP)

Screenshots

Screenshot 1

Installation

  1. Clone the repository:
git clone https://github.com/ShahzaibAli02/MoviesAppKMP.git
  1. Set your TMDB api key :
val bearerToken = "TMDB_API_KEY"

About

Movies App using compose multi-platform for shared UI and KMP for shared logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published