{"id":13610209,"url":"https://github.com/jarvislin/HackerNews-KMP","last_synced_at":"2025-04-12T22:33:09.287Z","repository":{"id":245451138,"uuid":"817636917","full_name":"jarvislin/HackerNews-KMP","owner":"jarvislin","description":"This is a Hacker News reader app implemented using Kotlin Multiplatform Compose for Android and iOS.","archived":false,"fork":false,"pushed_at":"2024-08-02T02:49:03.000Z","size":856,"stargazers_count":31,"open_issues_count":5,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-02T19:54:29.021Z","etag":null,"topics":["android","app","compose","hacker-news","ios","kmp","kotlin","kotlin-multiplatform","kotlin-multiplatform-sample","multiplatform"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarvislin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-20T06:33:45.000Z","updated_at":"2024-08-02T19:54:29.022Z","dependencies_parsed_at":"2024-08-01T19:43:56.656Z","dependency_job_id":null,"html_url":"https://github.com/jarvislin/HackerNews-KMP","commit_stats":null,"previous_names":["jarvislin/hackernews-kmp"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarvislin%2FHackerNews-KMP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarvislin%2FHackerNews-KMP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarvislin%2FHackerNews-KMP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarvislin%2FHackerNews-KMP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarvislin","download_url":"https://codeload.github.com/jarvislin/HackerNews-KMP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223549140,"owners_count":17163602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","app","compose","hacker-news","ios","kmp","kotlin","kotlin-multiplatform","kotlin-multiplatform-sample","multiplatform"],"created_at":"2024-08-01T19:01:42.480Z","updated_at":"2024-11-07T16:30:49.443Z","avatar_url":"https://github.com/jarvislin.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"![Static Badge](https://img.shields.io/badge/Platform-iOS-blue?style=flat)\n![Static Badge](https://img.shields.io/badge/Platform-Android-green?style=flat)\n![GitHub License](https://img.shields.io/github/license/jarvislin/HackerNews-KMP?style=flat)\n\n\n# Hacker News KMP\n![hn_16_9](https://github.com/jarvislin/HackerNews-KMP/assets/3839951/bc29705a-6e69-474c-8453-91485d99b458)\n\nThis project is designed to showcase the capabilities of **Kotlin Multiplatform Compose** by implementing both Android and iOS apps. The aim is to demonstrate how effectively this framework can create cross-platform applications and learn new concepts I hadn't encountered before.\n\n\n## Download\n\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.jarvislin.hackernews\"\u003e\u003cimg src=\"https://github.com/jarvislin/HackerNews-KMP/assets/3839951/a6ed5faf-aaad-44a7-8910-fc0593343d6f\" height=79/\u003e\u003c/a\u003e\n\u003ca href=\"https://apps.apple.com/tw/app/hacker-news-reader-kmp/id6504872454\"\u003e\u003cimg src=\"https://github.com/jarvislin/HackerNews-KMP/assets/3839951/7631ba39-5713-40fb-a036-d866c939d993\" height=80/\u003e\u003c/a\u003e\n\n## Article\n\n[How to Develop and Publish an App on Two Platforms Within a Week?](https://medium.com/p/918cea37dda2)\n\n\n## Tech Stack\n\n1. Entire project written in [Kotlin](https://kotlinlang.org/)\n2. UI developed with [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/), following [Material 3](https://m3.material.io/) guidelines\n3. Asynchronous tasks handled with [Coroutines](https://github.com/Kotlin/kotlinx.coroutines)\n4. Dependency injection managed with [Koin](https://github.com/InsertKoinIO/koin)\n5. API interactions handled by [Ktor Client](https://github.com/ktorio/ktor)\n6. Time conversions using [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime)\n7. Serialization managed by [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization)\n\nFor the full list of dependencies used in the project, please check [this file](https://github.com/jarvislin/HackerNews-KMP/blob/main/gradle/libs.versions.toml).\n\n## Architecture\n\nArchitecture follows MVVM and Clean Architecture.\n\n![clean_architecture_mvvm](https://github.com/jarvislin/HackerNews-KMP/assets/3839951/a3823b81-1e99-4457-bf7c-fcbe5051ed34)\n\n## Contribution\n\nYou're welcome to submit PRs to this repo! I'm using Git Flow, so please create a feature branch for your work. When you're ready to submit a PR, set the base branch to develop. I'll review it as soon as I can.\n\n## License\n\n[Mozilla Public License Version 2.0](https://github.com/jarvislin/HackerNews-KMP/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarvislin%2FHackerNews-KMP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarvislin%2FHackerNews-KMP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarvislin%2FHackerNews-KMP/lists"}