Skip to content

PoemPulse is a captivating Kotlin Multiplatform application designed for poetry enthusiasts. It delivers a fresh, random poem every day, along with a diverse array of poem titles from numerous renowned authors. Dive into the world of poetry with PoemPulse and discover new favorites daily!

License

Notifications You must be signed in to change notification settings

brandyodhiambo/PoemPulseApp

Repository files navigation

PoemPulse

PoemPulse

PoemPulse is a captivating Kotlin Multiplatform application designed for poetry enthusiasts. It delivers a fresh, random poem every day, along with a diverse array of poem titles from numerous renowned authors. Dive into the world of poetry with PoemPulse and discover new favorites daily!

🛠️ WIP 🛠️

If you find any bugs or have any suggestions, feel free to open an issue or a pull request.

Platforms

Planned Planned

Screenshots

Android

Desktop

Architecture

The app is shared between Android, iOS and Desktop. The shared code is written in Kotlin and the UI is built with Compose Multiplatform. Shared code, written in Kotlin, is compiled to JVM bytecode for Android and Desktop with Kotlin/JVM and to native binaries for iOS with Kotlin/Native.

Modules

  • shared:
    • contains all the shared code between the platforms
  • android:
    • contains the android app
  • ios:
    • contains the ios app
  • desktop:
    • contains the desktop app

Built with

  • Kotlin Multiplatform - The Kotlin Multiplatform technology is designed to simplify the development of cross-platform projects.
  • Compose Multiplatform - a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
  • SQLDelight - SQLDelight is an open-source library developed by Cash App (formerly Square, Inc.) for working with SQL databases in Kotlin-based Android and multi-platform applications.
  • Multiplatform Settings - A Kotlin Multiplatform library for saving simple key-value data.
  • Koin - The pragmatic Kotlin & Kotlin Multiplatform Dependency Injection framework.
  • Voyager - A multiplatform navigation library.
  • Ktor- Ktor is a framework for building asynchronous server-side and client-side application with ease.
  • Kotlinx-serilization - Kotlin multiplatform / multi-format serialization.
  • Compose Components Resources - Resources For Compose Multiplatform.
  • Material3 Window Size Multiplatform - About Material 3 Window Size Class for Compose Multiplatform.
  • Spotless - A code formatter that helps keep the codebase clean.
  • Kottie - Compose Multiplatform animation library that parses Adobe After Effects animations.

Run project

Android

To run the application on android device/emulator:

  • open project in Android Studio and run imported android run configuration

Desktop

Run the desktop application: ./gradlew :desktopApp:run

License

Copyright 2024 Brandy Odhiambo

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

About

PoemPulse is a captivating Kotlin Multiplatform application designed for poetry enthusiasts. It delivers a fresh, random poem every day, along with a diverse array of poem titles from numerous renowned authors. Dive into the world of poetry with PoemPulse and discover new favorites daily!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages