Skip to content

A Compose Multiplatform app for searching, viewing, and managing favorite books across Android, iOS, and Desktop.

Notifications You must be signed in to change notification settings

barissemerci/Bookpedia

Repository files navigation

Bookpedia

Bookpedia is a Compose Multiplatform application that runs on Android, iOS, and Desktop. It allows users to search for books, view their details, and manage their favorite book collection.

  • When a book is searched, a request is made to the API using Ktor. The response is then mapped to the application's model using Kotlin Serialization.
  • Book covers are displayed efficiently using the Coil image loading library.
  • Dependencies are injected using Koin, following a modular and scalable architecture.
  • Favorite books are stored locally in a Room Database, allowing offline access.
  • If a book is already marked as a favorite, its details are retrieved from the local database instead of making an additional API request, reducing network usage.

Android Application

iOS Application

Desktop Application

Technologies used

  • Compose Multiplatform
  • Jetpack Compose
  • Clean Architecture
  • MVI
  • Koin
  • Ktor
  • Room
  • Coil
  • Coroutines
  • Flow
  • Navigation Component

About

A Compose Multiplatform app for searching, viewing, and managing favorite books across Android, iOS, and Desktop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published