{"id":20398949,"url":"https://github.com/aiyu-ayaan/bit-app","last_synced_at":"2025-04-12T13:22:28.783Z","repository":{"id":62655355,"uuid":"489575997","full_name":"aiyu-ayaan/BIT-App","owner":"aiyu-ayaan","description":"Simple android app for BIT Lalpur students","archived":false,"fork":false,"pushed_at":"2025-04-09T19:33:31.000Z","size":65978,"stargazers_count":19,"open_issues_count":22,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T20:33:41.823Z","etag":null,"topics":["android","cicd","coil-kotlin","compose-ui","coroutines","dynamic-theming","hilt-android","kotlin","material-ui","module-pattern","mvvm-architecture","navigation-component","retrofit","single-activity-pattern"],"latest_commit_sha":null,"homepage":"https://aiyu-ayaan.github.io/BIT-App/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aiyu-ayaan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["aiyu-ayaan"],"buy_me_a_coffee":"aiyuayaan"}},"created_at":"2022-05-07T05:18:00.000Z","updated_at":"2025-02-12T16:28:59.000Z","dependencies_parsed_at":"2023-11-25T20:26:57.856Z","dependency_job_id":"d10c9e35-0727-4381-aaeb-e2cd714b00f1","html_url":"https://github.com/aiyu-ayaan/BIT-App","commit_stats":null,"previous_names":["bit-lalpur-app/bit-app","aiyu-ayaan/bit-app"],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiyu-ayaan%2FBIT-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiyu-ayaan%2FBIT-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiyu-ayaan%2FBIT-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiyu-ayaan%2FBIT-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aiyu-ayaan","download_url":"https://codeload.github.com/aiyu-ayaan/BIT-App/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571973,"owners_count":21126555,"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","cicd","coil-kotlin","compose-ui","coroutines","dynamic-theming","hilt-android","kotlin","material-ui","module-pattern","mvvm-architecture","navigation-component","retrofit","single-activity-pattern"],"created_at":"2024-11-15T04:25:22.280Z","updated_at":"2025-04-12T13:22:28.776Z","avatar_url":"https://github.com/aiyu-ayaan.png","language":"Kotlin","funding_links":["https://github.com/sponsors/aiyu-ayaan","https://buymeacoffee.com/aiyuayaan"],"categories":[],"sub_categories":[],"readme":"# BIT-App\nAn android application for the student of BIT Lalpur students to access [Erp](https://erp.bitmesra.ac.in/iitmsv4eGq0RuNHb0G5WbhLmTKLmTO7YBcJ4RHuXxCNPvuIw=?enc=iF6gEp4ArHiXP7jJ9QlgUyiC5t8GbTA5A/9xbk1Vtqk=)\nand tools needed for BIT students.\n\n![GitHub release](https://img.shields.io/github/v/release/aiyu-ayaan/BIT-App)\n![GitHub](https://img.shields.io/github/license/IBM/dp-config-batch-import)\n![Github Build](https://img.shields.io/github/actions/workflow/status/aiyu-ayaan/BIT-App/Build%20and%20Release.yml)\n![Github Issue](https://img.shields.io/github/issues/aiyu-ayaan/BIT-App)\n![Github Size](https://img.shields.io/github/repo-size/aiyu-ayaan/BIT-App)\n![Code](https://tokei.rs/b1/github/aiyu-ayaan/BIT-App?category=code)\n\n![Preview alt](/preview.gif)\n\n## Features\n- Quick access to ERP. \n- Browse your syllabus. \n- Personalize your home screen based on your preferences. \n- Get notification of the latest news and events. \n- Manage your attendance and SGPA in one place. \n- Backup your data in the cloud. \n- Material 3 theming (light \u0026 dark) for complete customization.\n\n## Contribute code\nAnyone and everyone is welcome to contribute. Please take a moment to review\nour [code of conduct](CODE_OF_CONDUCT.md)\nYou can use Git to clone\n```\nhttps://github.com/aiyu-ayaan/BIT-App.git\n```\nIn order to develop the application, the essential component is the `google-services.json` file. To obtain this crucial file, please complete the form provided at the following link: [Form Link](https://docs.google.com/forms/d/e/1FAIpQLSdyDC_3ZNr8JhodGCgAyC_02Ba_p8pXtngEdBER1obwYx-4Qg/viewform?usp=sf_link).\nThis form submission will grant you the necessary access to the `google-services.json` file, facilitating the app development process.\n\nUse this to build the app.\n\n`On Mac/Linux`\n```\n./gradlew :bitapp:assembleInternalBetaDebug\n```\n`On Windows`\n```\ngradle :bitapp:assembleInternalBetaDebug\n```\n\nHere are a few contribution tips:\n- You can use either Java or, preferably, Kotlin.\n- Make sure your code is logical and well formatted. If using Kotlin, see [“Coding conventions” in the Kotlin documentation](https://kotlinlang.org/docs/coding-conventions.html).\n- Make sure your code compiles by running the app.\n\n## Quick Links\n- [WEBSITE](https://bitbyaiyu.github.io/) `\u0026` [REPO LINK](https://github.com/bitbyaiyu/bitbyaiyu.github.io)\n- [JSON Rest API](https://bit-lalpur-app.github.io/BIT-App-Data/) `\u0026` [REPO LINK](https://github.com/aiyu-ayaan/BIT-App-Data)\n- [JOIN BETA TESTING](https://play.google.com/apps/testing/com.atech.bit)\n\n## License\n```\nMIT License\n\nCopyright (c) 2021 Ayaan\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiyu-ayaan%2Fbit-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiyu-ayaan%2Fbit-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiyu-ayaan%2Fbit-app/lists"}