{"id":13607232,"url":"https://github.com/Spikeysanju/JetQuotes","last_synced_at":"2025-04-12T11:31:57.531Z","repository":{"id":37772678,"uuid":"296253606","full_name":"Spikeysanju/JetQuotes","owner":"Spikeysanju","description":"🔖 A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components \u0026 MVVM Architecture.","archived":false,"fork":false,"pushed_at":"2024-04-16T13:57:16.000Z","size":8828,"stargazers_count":545,"open_issues_count":8,"forks_count":68,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-04T13:51:06.318Z","etag":null,"topics":["android","android-studio","android-ui","compose","compose-tutorial","coroutines-flow","datastore-android","declarative-ui","hacktoberfest","jetpack","jetpack-android","jetpack-compose","kotlin","kotlin-android","mvvm-android","quotes-application","ui-components","ui-design","ui-toolkit"],"latest_commit_sha":null,"homepage":"","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/Spikeysanju.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"custom":["https://www.paypal.com/paypalme2/spikeysanju"]}},"created_at":"2020-09-17T07:36:47.000Z","updated_at":"2025-04-03T22:49:47.000Z","dependencies_parsed_at":"2024-01-14T16:14:34.317Z","dependency_job_id":"c5891e29-ad93-4429-8360-27119c8c2b9c","html_url":"https://github.com/Spikeysanju/JetQuotes","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikeysanju%2FJetQuotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikeysanju%2FJetQuotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikeysanju%2FJetQuotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikeysanju%2FJetQuotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spikeysanju","download_url":"https://codeload.github.com/Spikeysanju/JetQuotes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248560178,"owners_count":21124606,"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","android-studio","android-ui","compose","compose-tutorial","coroutines-flow","datastore-android","declarative-ui","hacktoberfest","jetpack","jetpack-android","jetpack-compose","kotlin","kotlin-android","mvvm-android","quotes-application","ui-components","ui-design","ui-toolkit"],"created_at":"2024-08-01T19:01:16.784Z","updated_at":"2025-04-12T11:31:52.512Z","avatar_url":"https://github.com/Spikeysanju.png","language":"Kotlin","funding_links":["https://www.paypal.com/paypalme2/spikeysanju","https://www.buymeacoffee.com/Li0hsl4"],"categories":["\u003ca name=\"app-projects\"\u003e\u003c/a\u003e App Projects","Miscellaneous","Kotlin"],"sub_categories":["UI"],"readme":"![GitHub Cards Preview](https://github.com/Spikeysanju/JetQuotes/blob/master/art/jetquotes_preview_card.png)\n\n\n# 🔖 JetQuotes \nA Quotes Application built to Demonstrate the use of Jetpack Compose for building declarative UI in\nAndroid. *Made with love ❤️ by [Spikeysanju](https://github.com/Spikeysanju)*\n\n***Try latest JetQuotes App apk from below 👇***\n\n[![JetQuotes](https://img.shields.io/badge/JetQuotes🌈-APK-black.svg?style=for-the-badge\u0026logo=android)](https://github.com/Spikeysanju/JetQuotes/releases/download/v1.3.1/jetquotes.apk)\n\n## Built With 🛠\n\n- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android\n  development.\n- [Jetpack Compose](https://developer.android.com/jetpack/compose) - Jetpack Compose is Android’s\n  modern toolkit for building native UI.\n- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - A coroutine is a\n  concurrency design pattern that you can use on Android to simplify code that executes\n  asynchronously.\n- [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous\n  version of a Sequence, a type of collection whose values are lazily produced.\n- [Jetpack DataStore](https://developer.android.com/topic/libraries/architecture/datastore) -\n  Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed\n  objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data\n  asynchronously, consistently, and transactionally\n- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) -\n  Collection of libraries that help you design robust, testable, and maintainable apps.\n  - [Stateflow](https://developer.android.com/kotlin/flow/stateflow-and-sharedflow) - StateFlow is a\n    state-holder observable flow that emits the current and new state updates to its collectors.\n  - [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous\n    version of a Sequence, a type of collection whose values are lazily produced.\n  - [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores\n    UI-related data that isn\"t destroyed on UI changes.\n  - [Jetpack Compose Navigation](https://developer.android.com/jetpack/compose/navigation) - The\n    Navigation component provides support for Jetpack Compose applications.\n  - [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Jetpack\n    DataStore is a data storage solution that allows you to store key-value pairs or typed objects\n    with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously,\n    consistently, and transactionally.\n- [Material Components for Android](https://github.com/material-components/material-components-android)\n  - Modular and customizable Material Design UI components for Android.\n- [Figma](https://figma.com/) - Figma is a vector graphics editor and prototyping tool which is\n  primarily web-based.\n\n## Architecture 🗼\n\nThis app uses [***MVVM (Model View\nView-Model)***](https://developer.android.com/jetpack/docs/guide#recommended-app-arch) architecture.\n\n![](https://github.com/TheCodeMonks/Notes-App/blob/master/screenshots/ANDROID%20ROOM%20DB%20DIAGRAM.jpg)\n\n## Contribute 🤝\n\nIf you want to contribute to this library, you\"re always welcome!\nSee [Contributing Guidelines](https://github.com/Spikeysanju/JetQuotes/blob/master/CONTRIBUTION.md).\n\n## Contact 📩\n\nHave an project? DM us at 👇\n\nDrop a mail to:- spikeysanju98@gmail.com\n\n## Donation 💰\n\nIf this project help you reduce time to develop, you can give me a cup of coffee :)\n\n\u003ca href=\"https://www.buymeacoffee.com/Li0hsl4\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n\n\u003cbr\u003e\n\n## Credits 🤗\n\n- 🤓 Icons are from [tablericons.com](https://tablericons.com)\n\n\u003cbr /\u003e\n\n## License 🔖\n\n```\nMIT License\n\nCopyright (c) 2020 Sanju S\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%2FSpikeysanju%2FJetQuotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSpikeysanju%2FJetQuotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpikeysanju%2FJetQuotes/lists"}