This is a Java based To DO App which uses firebase for authentication and data storage, which can be used by multiple users in realtime.
- Complete User Authentication with email and password
- User will get Notification at morning to add all the tasks for the day
- User can add, edit, delete and update task's status on completion
- User can track all his task through Calendarview
- App has Streak feature which will motivate the user to complete all his tasks for the day
- Complete Task Analysis wth Graph for visual representation
- It generates User Report based on it's Completion Rate
updated2_ToDo.mp4
- Clone the repository to your local machine:
git clone https://github.com/your-username/your-repo.git
2. Open the project in Android Studio.
3. Set up Firebase for project and obtain the necessary configuration credentials.
4. Build and Run the App.