{"id":48554267,"url":"https://github.com/jamilxt/online-judge-kmp","last_synced_at":"2026-04-08T10:01:27.916Z","repository":{"id":345759332,"uuid":"1152127210","full_name":"jamilxt/online-judge-kmp","owner":"jamilxt","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-20T14:14:53.000Z","size":859,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-21T06:35:39.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamilxt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-07T12:05:02.000Z","updated_at":"2026-03-20T14:14:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jamilxt/online-judge-kmp","commit_stats":null,"previous_names":["jamilxt/online-judge-kmp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jamilxt/online-judge-kmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamilxt%2Fonline-judge-kmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamilxt%2Fonline-judge-kmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamilxt%2Fonline-judge-kmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamilxt%2Fonline-judge-kmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamilxt","download_url":"https://codeload.github.com/jamilxt/online-judge-kmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamilxt%2Fonline-judge-kmp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31549900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-04-08T10:01:26.883Z","updated_at":"2026-04-08T10:01:27.900Z","avatar_url":"https://github.com/jamilxt.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📱 CodeJudge KMP - Multi-platform App\n\nThis is the **CodeJudge Mobile and Desktop app**. It lets you solve programming problems on your Android phone or your Computer (Windows/Linux/macOS) using the exact same app!\n\nThis app uses **Kotlin Multiplatform (KMP)**, which means we write the code once, and it runs everywhere.\n\n\n---\n\n## 📸 Screenshots\n\n### 🖥️ Desktop (Windows/Linux/macOS)\n\n#### Problem List \u0026 Challenges\n![Desktop Homepage](./docs/screenshots/homepage-desktop.png)\n\n#### Code Editor with Dark Theme\n![Desktop Editor](./docs/screenshots/problem_editor-desktop.png)\n\n#### Success Verdict\n![Desktop Result](./docs/screenshots/submission_accepted-desktop.png)\n\n### 📱 Android App\n\n#### Mobile Home Screen\n![Android Homepage](./docs/screenshots/homepage-android.png)\n\n#### Coding on Mobile (Portrait)\n![Android Editor](./docs/screenshots/problem_editor_1-android.png)\n\n#### Submission Accepted!\n![Android Result](./docs/screenshots/submission_accepted-android.png)\n\n---\n\n## ✨ Features\n\n- **📱 Android App**: Native performance on your phone.\n- **💻 Desktop App**: Same app running on your Laptop or PC.\n- **🎨 Dark Mode**: Easy on the eyes, matching the web version.\n- **📏 Adaptive Layout**: The app \"stretches\" or \"shrinks\" perfectly for any screen size.\n- **⚡ Fast \u0026 Lite**: Quick to open and sub-second code submissions.\n\n---\n\n## 🛠️ Getting Started\n\nBefore running this app, you **must** have the [CodeJudge Backend Server](https://github.com/jamilxt/online-judge) running.\n\n### 1. Requirements\n\n- **Java 17+**: Required to build the app.\n- **Android Studio** (Optional): Only if you want to run it on an Android emulator or phone.\n\n### 2. Running on Desktop (Fastest)\n\nOpen your terminal in this folder and run:\n\n```bash\n./gradlew :composeApp:run\n```\n\n### 3. Running on Android\n\n1. Open this folder in **Android Studio**.\n2. Wait for the project to load (sync).\n3. Select an emulator or plug in your phone.\n4. Press the green **Run** button.\n\n\u003e [!NOTE]\n\u003e If you are using an Android emulator, it will automatically look for the backend at `http://10.0.2.2:8081`.\n\n---\n\n## 🔗 How it Works\n\nThe app works as a \"Client\". It talks to the **CodeJudge Backend** to fetch problems and submit your code.\n\n- **Frontend (This project)**: The beautiful UI you see and interact with.\n- **Backend ([online-judge](https://github.com/jamilxt/online-judge))**: The \"Brain\" that stores problems and actually runs your code safely.\n\n---\n\n## 🚀 Check out the Backend\n\nThe backend is where all the magic happens! It's built with Spring Boot and supports Local or Docker execution modes.\n\n👉 **[Go to Backend Repository](https://github.com/jamilxt/online-judge)**\n\n---\n\n## 👨 Developed By\n\n\u003ca href=\"https://twitter.com/jamil_xt\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://avatars.githubusercontent.com/jamilxt\" width=\"90\" align=\"left\"\u003e\n\u003c/a\u003e\n\n**Md Jamilur Rahman**\n\n[![Twitter](https://img.shields.io/badge/-Twitter-1DA1F2?logo=x\u0026logoColor=white\u0026style=for-the-badge)](https://twitter.com/jamil_xt)\n[![Medium](https://img.shields.io/badge/-Medium-00AB6C?logo=medium\u0026logoColor=white\u0026style=for-the-badge)](https://medium.com/@jamilxt)\n[![Linkedin](https://img.shields.io/badge/-LinkedIn-0077B5?logo=linkedin\u0026logoColor=white\u0026style=for-the-badge)](https://www.linkedin.com/in/jamilxt/)\n[![Web](https://img.shields.io/badge/-Web-0073E6?logo=appveyor\u0026logoColor=white\u0026style=for-the-badge)](https://jamilxt.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamilxt%2Fonline-judge-kmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamilxt%2Fonline-judge-kmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamilxt%2Fonline-judge-kmp/lists"}