Buenos Aires, Argentina
14:36 UTC
RemindMe
Set quick reminders — no account, no cloud, just offline.
Overview
RemindMe is an Android reminder app built with Kotlin and Jetpack Compose.
The app allows users to create reminders for tasks, events, and daily routines while working completely offline, with no accounts or external services involved.
Key Features
Create reminders for tasks, events, and daily routines
Fully offline functionality with local persistence
No accounts or authentication required; all data stays on the device
Lightweight, distraction-free user interface
Tech Stack
Kotlin · Jetpack Compose · MVVM · Clean Architecture · Room · Coroutines · StateFlow · Dagger Hilt · AlarmManager
What I Learned
Through RemindMe, I improved my ability to manage UI state in Jetpack Compose, ensuring the interface remains consistent and responsive.
I strengthened my understanding of Clean Architecture, structuring the app to keep business logic independent from the UI layer.
I gained hands-on experience handling background tasks and local scheduling using AlarmManager, ensuring reminders work reliably without internet access.
I also explored building offline-first applications, focusing on reliability and simplicity without relying on external services.