0

TaskMinder

A simple mobile task management app with local data persistence.

So, what's this?

TaskMinder is a mobile task management application designed to help users organize daily activities.
Users can create, edit, and manage tasks along with deadlines, all stored locally on the device.

This project focuses on core mobile app functionality and local database management.

Key Features

  • Create, edit, and delete tasks
  • Deadline management
  • Local data storage using SQLite
  • Simple and intuitive UI

Technologies used in this project

  • Android Studio
  • Kotlin
  • SQLite

Notes

This project focuses on fundamental mobile development concepts such as CRUD operations and local database handling.