{"id":22220480,"url":"https://github.com/audydevs/parrot","last_synced_at":"2026-05-01T10:32:19.136Z","repository":{"id":241908262,"uuid":"808194609","full_name":"AudyDevs/Parrot","owner":"AudyDevs","description":"[Kotlin - XML] Aplicación que permite guardar notas a través de FireBase. Registro a través de FireBase Auth con email o Google. Personaliza tus notas con el color que prefieras. Archiva, envía a la papelera, restaura notas o elimínalas permanentemente.","archived":false,"fork":false,"pushed_at":"2024-09-02T17:01:26.000Z","size":9954,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T07:41:46.423Z","etag":null,"topics":["android","dagger-hilt","datastore-preferences","firebase-auth","firebase-database","kotlin","mvvm-architecture","navigation-component","splash-screen","state-flow"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AudyDevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-30T15:12:24.000Z","updated_at":"2024-10-09T07:42:00.000Z","dependencies_parsed_at":"2024-06-16T09:45:37.591Z","dependency_job_id":"13ff63e4-8525-4748-a1c9-fb39997c6fcd","html_url":"https://github.com/AudyDevs/Parrot","commit_stats":null,"previous_names":["audydevs/parrot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AudyDevs/Parrot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudyDevs%2FParrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudyDevs%2FParrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudyDevs%2FParrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudyDevs%2FParrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AudyDevs","download_url":"https://codeload.github.com/AudyDevs/Parrot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudyDevs%2FParrot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32494270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","dagger-hilt","datastore-preferences","firebase-auth","firebase-database","kotlin","mvvm-architecture","navigation-component","splash-screen","state-flow"],"created_at":"2024-12-02T23:08:46.395Z","updated_at":"2026-05-01T10:32:19.114Z","avatar_url":"https://github.com/AudyDevs.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eParrot\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e \n  Aplicación que permite guardar notas a través de FireBase. Registro a través de FireBase Auth con email o Google. Personaliza tus notas con el color que prefieras. Archiva, envía a la papelera, restaura notas o elimínalas permanentemente.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e   \n  Aplicicación Android basada en la arquitectura MVVM desarrollada con DaggerHilt, StateFlows, ViewModels, Corrutinas, FireBase Cloud, FireBase Auth (Email y Google) y Testing\n\u003c/p\u003e\n\n## 🛠 Herramientas y librerias\n- Basado en lenguaje [Kotlin](https://kotlinlang.org/) con una interfaz en XML / Jetpack Compose\n- Arquitectura MVVM (Model-View-ViewModel)\n- ViewModel y StateFlow: Nos permite almacenar el estado y realizar cambios de forma reactiva en la interfaz de usuario.\n- Lifecycle: Observador de los ciclos de vida de Androrid. Los usamos para recolectar los cambios de estado en el StateFlow para modificar la interfaz del usuario.\n- [FireBase](https://github.com/firebase/firebase-android-sdk): Suite de muchas herramientas tales como, notificaciones push, base de datos cloud, informe de errores, analíticas y controles de login.\n- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines): Manejo de tareas asíncronas, usado para no bloquear el hilo principal de la aplicación mientras se espera la respuesta de la consulta.\n- [Dagger Hilt](https://dagger.dev/hilt/) para inyección de dependencias.\n- Navigation component: Es una parte de la suite de Jetpack que simplifica la implementación de la navegación en las Activities y los Fragments.\n- Datastore preferences: Nos permite almacenar datos en local de forma asíncrona. Ideal para guardar preferencias de usuario y configuraciones de la aplicación.\n- Testing\n- Código con Clean Code y Clean Architecture\n\n## 📱 Capturas\n| Splash | Login | Register |\n|--|--|--|\n| \u003cimg src=\"/previews/SplashActivity.webp\" width=\"245\" height=\"500\"\u003e | \u003cimg src=\"/previews/LoginActivity.webp\" width=\"245\" height=\"500\"\u003e | \u003cimg src=\"/previews/RegisterActivity.webp\" width=\"245\" height=\"500\"\u003e\n\n| Notes | Detail note | Color dialog |\n|--|--|--|\n| \u003cimg src=\"/previews/NotesActivity.webp\" width=\"245\" height=\"500\"\u003e | \u003cimg src=\"/previews/DetailNoteActivity.webp\" width=\"245\" height=\"500\"\u003e | \u003cimg src=\"/previews/ColorDialog.webp\" width=\"245\" height=\"500\"\u003e\n\n## 👇 Descargar 👇\nIr a [Releases](https://github.com/AudyDevs/Parrot/releases) para descargar el último APK.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudydevs%2Fparrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudydevs%2Fparrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudydevs%2Fparrot/lists"}