A modern Android Task Manager app built using MVVM architecture, with support for local storage, backend sync, and reminder-based task management.
- Create, update, and delete tasks
- Set due date & time for tasks
- Repeat tasks with custom intervals
- Mark tasks as completed
- Local persistence using Room Database
- Backend sync using Retrofit API
- Modern card-based UI with image backgrounds
- Swipe to delete tasks
- Language: Kotlin + Java
- Architecture: MVVM
- Database: Room
- Networking: Retrofit
- UI: RecyclerView + Material Design
- Clone the repository
git clone https://github.com/YOUR_USERNAME/task-manager-android.git- Open in Android Studio
- Sync Gradle
- Run on emulator/device
See CHANGELOG.md for version history and updates.
Backend deployed at: [https://task-manager-backend-n4bo.onrender.com]
“Backend may take a few seconds to wake up on first request.”
