{"id":20632429,"url":"https://github.com/chrimaeon/curriculumvitae","last_synced_at":"2025-04-15T18:59:23.796Z","repository":{"id":42489438,"uuid":"349755471","full_name":"chrimaeon/curriculumvitae","owner":"chrimaeon","description":"Kotlin Multiplatform project showcasing Android, iOS, Web Desktop and Backend","archived":false,"fork":false,"pushed_at":"2024-08-31T14:58:50.000Z","size":11368,"stargazers_count":12,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T23:51:14.922Z","etag":null,"topics":["android","compose-for-desktop","compose-ui","compose-web","coroutines","gradle","ios","jetpack-android","jetpack-compose","kotlin","kotlin-coroutines","kotlin-mpp","kotlin-multiplatform","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrimaeon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-03-20T14:59:34.000Z","updated_at":"2024-04-23T20:04:55.000Z","dependencies_parsed_at":"2024-03-17T19:39:31.552Z","dependency_job_id":null,"html_url":"https://github.com/chrimaeon/curriculumvitae","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrimaeon%2Fcurriculumvitae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrimaeon%2Fcurriculumvitae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrimaeon%2Fcurriculumvitae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrimaeon%2Fcurriculumvitae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrimaeon","download_url":"https://codeload.github.com/chrimaeon/curriculumvitae/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249135820,"owners_count":21218365,"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","compose-for-desktop","compose-ui","compose-web","coroutines","gradle","ios","jetpack-android","jetpack-compose","kotlin","kotlin-coroutines","kotlin-mpp","kotlin-multiplatform","swiftui"],"created_at":"2024-11-16T14:16:10.618Z","updated_at":"2025-04-15T18:59:23.770Z","avatar_url":"https://github.com/chrimaeon.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curriculum Vitae\n\n[![CI](https://github.com/chrimaeon/curriculumvitae/actions/workflows/main.yml/badge.svg)](https://github.com/chrimaeon/curriculumvitae/actions/workflows/main.yml)\n\n![Curriculum Vitae](art/banner.png)\n\nThis is a [Kotlin Multiplatform] project.\n\n## [Android](app)\n\nAn Android App showcasing Jetpack Compose\n\n## [Wearable](wearable)\n\nAn Android Watch App showcasing Jetpack Compose\n\n## [iOS](ios)\n\nA iOS App showcasing integration of Kotlin to Swift and SwiftUI\n\n## [Desktop](desktop)\n\nA Java Desktop App showcasing [Compose Multiplatform] for Desktop.\n\nRun `./gradlew :desktop:run` to start the app.\n\n## [Web - HTML](web)\n\nA JavaScript Web application showcasing [Compose Multiplatform] for HTML.\n\nYou can start the dev server running `./gradlew :web:jsBrowserDevelopmentRun`\n\n## [Web - Canvas](web-canvas)\n\n\u003e **Note**\n\u003e Web support is Experimental\n\nA JavaScript / WebAssembly Browser Application showcasing [Compose Multiplatform] rendered on a Canvas.\n\nRun `./gradlew :web-canvas:jsBrowserDevelopmentRun` to start the JavaScript Application\n\nRun `./gradlew :web-canvas:wasmBrowserDevelopmentRun` to start the WebAssembly Application\n\n\u003e**Note**\n\u003e Using experimental Kotlin/Wasm may require enabling experimental features in the target environment.\n\n- **Chrome** 110 or newer: enable **WebAssembly Garbage Collection** at [chrome://flags/#enable-webassembly-garbage-collection](chrome://flags/#enable-webassembly-garbage-collection) or with Chrome 109 or newer, run the program with the `--js-flags=--experimental-wasm-gc` command line argument.\n- **Firefox Nightly** 112 or newer: enable **javascript.options.wasm_function_references** and **javascript.options.wasm_gc** at [about:config](about:config).\n- **Edge** 109 or newer: run the program with the `--js-flags=--experimental-wasm-gc` command line argument.\n\nFor more information see https://kotl.in/wasm_help/.\n\n## [Back end](backend)\n\nKtor Back end for the apps\n\nRun locally with `./gradlew :backend:run` or deploy to [Google Cloud App Engine] with `./gradlew :backend:appengineDeploy`\n\nFor API Documentation see [backend/README.md]\n\n## [Common](common)\n\nThe `common` project includes all the shared code across the different platforms. To learn more\ncheck out [Kotlin Multiplatform].\n\n## [Common Compose](common-compose)\n\nA shared Jetbrains Compose module for shared `Composables`\n\n## License\n\n```text\nCopyright (c) 2021. Christian Grach \u003cchristian.grach@cmgapps.com\u003e\n\nSPDX-License-Identifier: Apache-2.0\n```\n\n[backend/README.md]: /backend/README.md\n\n[Kotlin Multiplatform]: https://kotlinlang.org/docs/mpp-intro.html\n\n[Compose Multiplatform]: https://compose-web.ui.pages.jetbrains.team/\n\n[Google Cloud App Engine]: https://cloud.google.com/appengine/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrimaeon%2Fcurriculumvitae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrimaeon%2Fcurriculumvitae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrimaeon%2Fcurriculumvitae/lists"}