Skip to content

Compose multiplatform app to show Astronomy Picture of the Day Nasa(APOD). Built to learn and use of Kotlin multiplatform best practices with libs like koin, ktor, decompose etc

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

pranaypatel512/APODNasaCMP

Repository files navigation

APODNasaCMP 🪐 - Kotlin Multiplatform app

App related to show Astronomy Picture of the Day(APOD) for last seven days. An app to show media listing using APOD api having image/gif/video.

Pull Requests Badge

Run a project

Project structure

The project currently has 3 main modules:

This module contains the android application's UI built using Jetpack compose.

This module contains the desktop application's UI built using Compose Multiplatform.

This module contains the iOS application's UI built using Compose Multiplatform. 🤩

This module contains shared code that holds the common Compose Multiplatform ui along with domain and data layers.

Built With 🛠

Tools Link
🤖 Language Kotlin
🩶 Framework Compose Multiplatform
💉 DI Koin
🧶 Multi-threading Kotlin Coroutines
🌐 Networking Ktor
🕜 Lifecycle Essenty
📁 State Management Decompose
🧭 Navigation xxfast/KRouter
📐 Window Insets InsetsX

⚒️ Architecture

This app follows the principles of Clean Architecture.

✅ Lint

  • This project uses ktlint and detekt for validate kotlin code.
  • Project will setup githook to validate code before commit.

📷 Screenshots / Video

Coming soon...

🤝 Contribute

✉️ Get in touch!

Medium Twitter LinkedIn

Find this project useful ? ❤️

  • Support it by clicking the ⭐️ button on the upper right of this page. ✌️

License

MIT License

Copyright (c) 2023 pRaNaY

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Compose multiplatform app to show Astronomy Picture of the Day Nasa(APOD). Built to learn and use of Kotlin multiplatform best practices with libs like koin, ktor, decompose etc

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages