RemindMe app is an app used to set reminders and at that specific time you will get notifications and you set remind strategy as well.
CLEAN Architecture
Dependencies:
- RoomDB.
- WorkManager.
- Hilt.
- Livedata.
- Kotlin Flow.
- NotificationCompat.
This app currenlty has 2 screens
- To see list reminders in progress and completed and can delete the reminders by swipping and clicking cross icon.
- To set reminders.
Work In Progress:
- Editing Reminders.
- [] more beautiful UI.
- [] sync with backend.