A simple and clean Android mobile application built using Kotlin + Android Studio. This app helps users track daily habits, maintain consistency, and improve productivity.
-
Add new habits
-
Mark habits as completed
-
Update / delete habits
-
View a daily habit list
-
Local storage using SQLite / Room
-
Simple and clean UI
-
Frontend - XML UI
-
Backend - Kotlin
-
Database - SQLite / Room Database
-
IDE - Android Studio
-
Architecture - MVVM or MVC
app/ → Main Android app source gradle/ → Build configuration build.gradle.kts → App-level Gradle file settings.gradle.kts → Project configuration
1.Clone the project
git clone https://github.com/Vidushika0819/habit-tracker-app.git
2.Open it using Android Studio
3.Let Gradle sync
4.Run on emulator or physical device
This project is licensed under the MIT License.