{"id":18712378,"url":"https://github.com/codenameakshay/kotlin-calculator","last_synced_at":"2025-10-18T17:40:52.691Z","repository":{"id":139043705,"uuid":"433340740","full_name":"codenameakshay/kotlin-calculator","owner":"codenameakshay","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-30T15:16:55.000Z","size":458,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T10:05:24.836Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenameakshay.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":"2021-11-30T07:51:27.000Z","updated_at":"2021-12-02T06:59:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e5e5623-5da7-4889-a24d-3150cb1ba017","html_url":"https://github.com/codenameakshay/kotlin-calculator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codenameakshay/kotlin-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fkotlin-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fkotlin-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fkotlin-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fkotlin-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenameakshay","download_url":"https://codeload.github.com/codenameakshay/kotlin-calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fkotlin-calculator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263887788,"owners_count":23525544,"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":[],"created_at":"2024-11-07T12:42:37.192Z","updated_at":"2025-10-18T17:40:47.661Z","avatar_url":"https://github.com/codenameakshay.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"border-bottom: none\"\u003e\n    \u003cb\u003e\n        \u003cp\u003eKotlin Calculator\u003c/p\u003e\u003cbr\u003e\n    \u003c/b\u003e\n    🧮 A calculator app based on Material You. 🧮 \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Android-Kotlin-orange?logo=Android\"\u003e\n\u003ca href=\"https://github.com/codenameakshay/kotlin-calculator\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/codenameakshay/kotlin-calculator.svg?style=flat\u0026logo=github\u0026colorB=deeppink\u0026label=stars\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/codenameakshay/kotlin-calculator\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/codenameakshay/kotlin-calculator.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/codenameakshay/kotlin-calculator\"\u003e\u003cimg src=\"https://img.shields.io/github/license/codenameakshay/kotlin-calculator.svg\" alt=\"License: AGPL\"\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nThis is a basic calculator app made from Kotlin, which uses Monet Engine on Android 12.\n\u003c/p\u003e\n\n\n\n\n## Screenshots\n\n| Screenshot 1 \t| Screenshot 2 \t| Screenshot 3 \t| Screenshot 4 \t| Screenshot 5 \t|\n|--------------\t|--------------\t|--------------\t|--------------\t|--------------\t|\n|  ![Screenshot 1](screenshots/1.png) | ![Screenshot 2](screenshots/2.png) \t| ![Screenshot 3](screenshots/3.png)  \t| ![Screenshot 4](screenshots/4.png)   \t|  ![Screenshot 5](screenshots/5.png) \t|\n\n## Built With\n\n* [Kotlin](https://kotlinlang.org/)\n\n## Getting Started\n\nTo build on MacOS or Windows, please follow these simple steps.\n\n**Step 1:**\n\n```shell\ngit clone https://github.com/codenameakshay/kotlin-calculator.git\n```\n\n**Step 2:**\n\nFollow the instructions [here](https://developer.android.com/studio) to install Android Studio. Then you're ready to build the app.\n\nFor testing the app you can create an emulator following the steps [here](https://developer.android.com/studio/run/emulator), or directly run on a physical Android device.\n\nMonet engine works on API level 31, so make sure you have correct API on your emulator, otherwise the app will use default colors.\n\n## Releases\n\nPlease see the [releases tab](https://github.com/codenameakshay/kotlin-calculator/releases) for more details about the latest release.\n\n## Contributing\nFirst off, thanks for visiting this repo and taking your time to read this doc.\nAny contributions you make are **greatly appreciated**.\n\nIf you'd like to propose a feature, submit an issue [here](https://github.com/codenameakshay/kotlin-calculator/issues).\n\n## License\n\nDistributed under the GPL-3.0 License. See `LICENSE` for more information.\n\n## Contributers\n\n\u003ca href=\"https://github.com/codenameakshay/kotlin-calculator/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=codenameakshay/kotlin-calculator\" /\u003e\n\u003c/a\u003e\n\n### If you made it here, thanks for your support. You can show more support by starring this repo. See ya! 👋\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameakshay%2Fkotlin-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenameakshay%2Fkotlin-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameakshay%2Fkotlin-calculator/lists"}