Taskforge is a Java Android habit-tracking app concept focused on personal consistency, monthly goals, rewards, reminders, and friend-based accountability.
The planned app starts with local habit tracking and grows into a lightweight community where friends can share what they completed today, react to each other's progress, and stay accountable together.
The current Android app skeleton starts with one local quantitative habit:
- Seeded habits: Drink Water, Exercise, and Sleep
- Daily goals: 2000 ml water, 30 min exercise, 8 hr sleep
- Manual logs: quick amount buttons per habit
- Mistake recovery: undo the latest log for a habit today
- Completion celebration: animated message when a habit reaches its daily goal
- Goal setup: edit daily targets from the app
- Exercise options: choose the exercise type shown on the Exercise card
- Local persistence: SQLite through
SQLiteOpenHelper - UI: Java Activities with RecyclerView cards and pastel color theme
See Project Plan for the feature roadmap, screen structure, data model, and implementation milestones.
Open this repository folder in Android Studio, let Gradle sync, then run the app configuration on an emulator or Android device.