An Android app written in Kotlin focusing on helping users to make goals and tasks to do.
Functionality implemented so far
- Basic list of goals displayed
- Ability to add title, description, priority and image (coming soon)
- Ability to edit previously added goals easily
- Swipe to delete and drag to reorder goals
- Sort by priority of goals automatically
- Goals persist through app
Features to be implemented
- Categorized/section separated goals
- Floating action button instead of the button in the list
- Proper storage of goals in some SQL database + remote
- UI improvements (currently UI is barebones)