Application which maintains TODO lists.
This is a sample application used for F# practicing.
TaskList.fsx is a script with basic domain types and functions which presents the idea of the future shape of the application. It is intended to be used in an F# Interactive console.
Ideas for task list features:
- labels (tags)
- colors
- notes
- comments
- priorities
- sharing
- deadlines
- reminders
- repeating
- tasklist groups, projects or folders
- notifications (task status changes)
- console application