https://github.com/scriptraccoon/getthisdone
(not so basic) todo app made with Svelte
https://github.com/scriptraccoon/getthisdone
Last synced: over 1 year ago
JSON representation
(not so basic) todo app made with Svelte
- Host: GitHub
- URL: https://github.com/scriptraccoon/getthisdone
- Owner: ScriptRaccoon
- License: mit
- Created: 2022-09-03T09:23:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:03:40.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:49:53.315Z (about 2 years ago)
- Language: Svelte
- Homepage: https://get-this-done.netlify.app
- Size: 71.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get This Done
This is a (not so basic) todo app made with Svelte. Featuring in particular many of the built-in animations of Svelte.
https://get-this-done.netlify.app
You can create several lists of tasks. Each task has a name, priority, completed status. Each can be deleted or moved to a different list. The order of the tasks can be changed. Each list can be sorted by priority or alphabetically and filtered for completed status. Of course it can also be renamed and deleted.
There is also a list of all tasks (when you have created at least two lists). Naturally, you cannot delete that list or add tasks to it.
This is a pure frontend application. The lists are saved in the localStorage of your browser.