{"id":25770947,"url":"https://github.com/t8rin/firenote","last_synced_at":"2025-02-27T02:46:23.436Z","repository":{"id":111249859,"uuid":"460995569","full_name":"T8RIN/Firenote","owner":"T8RIN","description":":notebook_with_decorative_cover::pushpin: Firenote demonstrates, how to use Jetpack Compose to create Material You based lightweight notepad application using MVVM pattern and Firebase Database","archived":false,"fork":false,"pushed_at":"2023-02-10T18:54:26.000Z","size":49401,"stargazers_count":80,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-09T10:39:12.845Z","etag":null,"topics":["coroutines","firebase","firebase-database","flow","hilt-android","jetpack-compose","kotlin","material-you-3","mvvm","single-activity-pattern"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T8RIN.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}},"created_at":"2022-02-18T20:26:36.000Z","updated_at":"2024-10-20T07:12:45.000Z","dependencies_parsed_at":"2024-01-14T09:29:56.753Z","dependency_job_id":"c65caf0d-b956-4177-8e6f-4663ec971f5b","html_url":"https://github.com/T8RIN/Firenote","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FFirenote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FFirenote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FFirenote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FFirenote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T8RIN","download_url":"https://codeload.github.com/T8RIN/Firenote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240969105,"owners_count":19886420,"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":["coroutines","firebase","firebase-database","flow","hilt-android","jetpack-compose","kotlin","material-you-3","mvvm","single-activity-pattern"],"created_at":"2025-02-27T02:46:22.518Z","updated_at":"2025-02-27T02:46:23.424Z","avatar_url":"https://github.com/T8RIN.png","language":"Kotlin","readme":"\u003ch1 align=\"center\"\u003eFirenote\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://android-arsenal.com/api?level=21\"\u003e\u003cimg alt=\"API\" src=\"https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/t8rin/Firenote/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/skydoves/Pokedex/workflows/Android%20CI/badge.svg\"/\u003e\u003c/a\u003e \n  \u003ca href=\"https://github.com/t8rin\"\u003e\u003cimg alt=\"Profile\" src=\"https://img.shields.io/badge/Github-t8rin-blue?logo=github\"/\u003e\u003c/a\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e  \nSmart and lightweight notepad, that allows you to manage and create goals, notes with different colors and store them in the cloud.\u003c/br\u003eIt will look fantastic on each device, because its layout adapt to every screen size.\n\u003c/p\u003e\n\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"blob/preview/intro.png\"/\u003e\n\u003c/p\u003e\n\n## Download\nGo to the [Releases](https://github.com/t8rin/Firenote/releases) to download the latest APK.\n\n\n## Tech stack \u0026 Open-source libraries\n- Minimum SDK level 21\n\n- [Kotlin](https://kotlinlang.org/) based \n\n- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) for asynchronous work\n\n- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) to emit values from database directly to compose state.\n\n- [Accompanist](https://github.com/google/accompanist) to expand jetpcak compose opportunities.\n\n- [Firebase](https://github.com/firebase/FirebaseUI-Android) for registering/signing in and storing data in the cloud.\n\n- [Hilt](https://dagger.dev/hilt/) for dependency injection.\n\n- JetPack\n  - Lifecycle - Observe Android lifecycles and handle UI states upon the lifecycle changes.\n  - ViewModel - Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.\n  - Compose - Modern Declarative UI style framework.\n  \n- Architecture\n  - MVVM Architecture (View - DataBinding - ViewModel - Model)\n  - Repository Pattern\n\n- [Coil](https://github.com/coil-kt/coil) - loading images.\n\n- [Material-Components](https://github.com/material-components/material-components-android) - Material You components with dynamic colors.\n\n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/t8rin/Firenote/stargazers)__ for this repository. :star: \u003cbr\u003e\nAnd __[follow](https://github.com/t8rin)__ me for my next creations! 🤩\n\n# License\n```xml\nDesigned and developed by 2022 T8RIN\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft8rin%2Ffirenote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft8rin%2Ffirenote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft8rin%2Ffirenote/lists"}