Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mwyrebski/todofs
- Owner: mwyrebski
- Created: 2019-04-01T19:54:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T20:56:14.000Z (almost 5 years ago)
- Last Synced: 2024-05-29T16:43:28.085Z (5 months ago)
- Topics: fsharp, fsharp-practice
- Language: F#
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-todos - F#
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)