Habit app is a project of an Android application that is useful at managing tasks and habits. It also stores notes.
- Java
- SQLite Database
Home screen has three counters:
- ongoing tasks
- goals left today
- completed tasks
New tasks have a title, due date and a brief description. Once a task is finished you can check it. Tasks that are done appear on the bottom,
however they can also be completely removed from the list. You can also choose to hide all the completed tasks.

New habits have a title, time and a brief description. Once the habit is done you can check it. Habits that are done appear on the bottom,
however they can also be completely removed from the list. At midnight habits that were either done or not are reseting their state, which means
they become unchecked again.

