{"id":25083554,"url":"https://github.com/gautam84/quizella","last_synced_at":"2025-04-15T09:51:22.373Z","repository":{"id":180973503,"uuid":"658051546","full_name":"gautam84/Quizella","owner":"gautam84","description":"🧠 A quiz app based on MVVM architecture pattern to test your intelligence. Built using Android-Jetpack Compose and Ktor-client to retrieve data from server.","archived":false,"fork":false,"pushed_at":"2023-07-07T05:01:49.000Z","size":347,"stargazers_count":33,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T18:55:17.640Z","etag":null,"topics":["android","android-app","android-architecture","android-datastore","android-hilt","android-mvvm-architecture","android-retrofit","android-room","android-room-persistence-library","jetpack-compose","jetpack-navigation","kotlin","kotlin-android","kotlin-coroutines","ktor","ktor-client","material","material-design","material-ui","room-database"],"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/gautam84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-24T16:01:13.000Z","updated_at":"2024-08-25T21:20:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9765723-fbc0-466a-acd2-32422f2eea99","html_url":"https://github.com/gautam84/Quizella","commit_stats":null,"previous_names":["gautam84/quizella"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautam84%2FQuizella","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautam84%2FQuizella/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautam84%2FQuizella/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautam84%2FQuizella/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gautam84","download_url":"https://codeload.github.com/gautam84/Quizella/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048712,"owners_count":21204305,"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-app","android-architecture","android-datastore","android-hilt","android-mvvm-architecture","android-retrofit","android-room","android-room-persistence-library","jetpack-compose","jetpack-navigation","kotlin","kotlin-android","kotlin-coroutines","ktor","ktor-client","material","material-design","material-ui","room-database"],"created_at":"2025-02-07T06:20:07.092Z","updated_at":"2025-04-15T09:51:22.353Z","avatar_url":"https://github.com/gautam84.png","language":"Kotlin","funding_links":["https://www.buymeacoffee.com/gautam.hz"],"categories":[],"sub_categories":[],"readme":"![GitHub Cards Preview](https://github.com/gautam84/Quizella/blob/master/art/QuizellaMockUp.jpg?raw=true)\n\n# 🧠 Quizella\nA quiz app based on MVVM architecture pattern to test your intelligence. Built using Android-Jetpack Compose and Ktor-client to retrieve data from server.\n\n## Screenshots 📱 \nMain | Questions | Finish \n--- | --- | --- \n![](https://github.com/gautam84/Quizella/blob/master/screenshots/main.jpeg) | ![](https://github.com/gautam84/Quizella/blob/master/screenshots/questions.jpeg) | ![](https://github.com/gautam84/Quizella/blob/master/screenshots/finish.jpeg) \n\n\n## Build 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- [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- [Ktor-client](https://medium.com/google-developer-experts/how-to-use-ktor-client-on-android-dcdeddc066b9) - Ktor includes a multiplatform asynchronous HTTP       client, which allows you to make requests and handle responses, extend its functionality with plugins, such as authentication, JSON serialization, and so on.\n- [Dagger-Hilt](https://developer.android.com/training/dependency-injection/hilt-android) - Hilt is a dependency injection library for Android that reduces the     boilerplate of doing manual dependency injection in your project. Doing manual dependency injection requires you to construct every class and its                 dependencies by hand, and to use containers to reuse and manage dependencies.\n- [Room](https://developer.android.com/training/data-storage/room) - The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.\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  \n## Back-end 🛰️\nThe app uses ktor-client to retrieve data from [The Trivia API](https://the-trivia-api.com/). For more information, read the [documentation](https://the-trivia-api.com/docs/v2/).\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## Build-tool 🧰\nYou need to have [Android Studio Beta 3 or above](https://developer.android.com/studio/preview) to build this project.\n\n## Contact 📩\n\nWanna reach out to me? DM me at 👇\n\nDrop a mail to:- gautamhazarika01@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/gautam.hz\" 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\n## License 🔖\n\n```\n\nMIT License\n\nCopyright (c) 2023 Gautam Hazarika\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\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgautam84%2Fquizella","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgautam84%2Fquizella","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgautam84%2Fquizella/lists"}