This is a simple TODO list app developed in Kotlin that utilizes the Room Database library to manage tasks. It also includes a notification feature to remind users of tasks at specific dates and times.
- Create, read tasks.
- Store tasks locally using the Room Database for persistence.
- Schedule notifications for tasks with specific due dates and times.
- Receive notifications to remind you of upcoming tasks.