Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwyrebski/todofs

Todo list in F# (sample)
https://github.com/mwyrebski/todofs

fsharp fsharp-practice

Last synced: 3 months ago
JSON representation

Todo list in F# (sample)

Awesome Lists containing this project

README

        

# TodoFs

Application which maintains TODO lists.

This is a sample application used for F# practicing.

## Example

[TaskList.fsx](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.

## Improvements

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

## License

[MIT](https://opensource.org/licenses/MIT)