MedMinder is a cross-platform medication tracking application built with Kotlin Multiplatform, targeting Android, iOS, and Desktop platforms.
MedMinder helps you keep track of your medications and schedules. It provides a simple and intuitive interface to manage your medication regimen and ensure you never miss a dose.
- List your medications and schedules
- Track your medication schedules
- Record when you've taken your medication
- View your medication history
- Dark and light mode support
MedMinder stores all your data locally on your device. No data is sent to external servers.
This is a Kotlin Multiplatform project with the following structure:
-
/composeApp- Contains code shared across all Compose Multiplatform applicationscommonMain- Common code for all targets- Other platform-specific folders (iosMain, androidMain, etc.)
-
/iosApp- iOS application entry point
MedMinder is built using Kotlin Multiplatform and Compose Multiplatform for the UI.
Current version: 1.0.0