https://github.com/casparml/do-list
A simple todo list, that saves your notes locally. Keep track of your tasks and progress.
https://github.com/casparml/do-list
html js logic todolist tool
Last synced: 3 months ago
JSON representation
A simple todo list, that saves your notes locally. Keep track of your tasks and progress.
- Host: GitHub
- URL: https://github.com/casparml/do-list
- Owner: casparml
- License: mit
- Created: 2024-09-15T08:16:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T00:55:32.000Z (4 months ago)
- Last Synced: 2025-01-18T01:34:16.749Z (4 months ago)
- Topics: html, js, logic, todolist, tool
- Language: JavaScript
- Homepage: https://dolist.nl/
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Roadmap
### __Working on now__- [ ] Login options
- [ ] Item storage
- [ ] account bound- [ ] Customizations
- [ ] star folders
### __Recently added__- [x] move items up and down
- [x] edit todo items
- [x] folders
### __All planned features__
- [ ] Item storage
- [x] localstorage
- [ ] account bound
- [ ] input sanitization
- [x] clientside
- [ ] serverside
- [ ] Login options
- [ ] more oAuth2
- [ ] Customizations
- [x] folders
- [ ] star folders
- [ ] archive items and folders
- [ ] labels and tags
- [ ] priority colors
- [ ] reminders
- [x] edit todo items
- [x] move items up and down
- [ ] themes
- [ ] blue
- [ ] red
- [ ] green
- [ ] orange
- [ ] pink
- [ ] custom themes
- [ ] Make an app out of the site
- [ ] IphoneOS
- [ ] WatchOS
- [ ] MacOS
- [ ] Android
- [ ] Windows
- [x] Add little fun stuff
- [x] Dynamic favIcon- [ ] Add accessibility options
- [ ] colorblind mode
- [ ] dyslexia font
- [ ] screenreader optimization
- [ ] agenda connection
- [ ] better scrollbar