A task management Android app for families, friends, and roommates to create and share household chores. Built as part of MSU's CSE 476 (Mobile Application Development) course.
- User login and account creation with Firebase Authentication
- Dashboard displaying active and completed tasks
- Add tasks with a name, point value, urgency level, and optional photo requirement
- Camera integration to attach photos as proof of task completion
- Cloud sync via Firebase Firestore so tasks persist across devices and users
- Supports both portrait and landscape orientations
Java, Android SDK, Firebase Authentication, Firebase Firestore, Android Data Binding, Gradle
Requirements: Android Studio, Android SDK
- Clone the repo and open in Android Studio
- Add your own
google-services.jsontoapp/(required for Firebase) - Let Gradle sync, then run on an emulator or physical device
Charles Cicchella