Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammadmajid/sveltodo
Web app for todo.txt
https://github.com/hammadmajid/sveltodo
todo-txt
Last synced: about 2 months ago
JSON representation
Web app for todo.txt
- Host: GitHub
- URL: https://github.com/hammadmajid/sveltodo
- Owner: hammadmajid
- License: gpl-3.0
- Created: 2024-09-08T11:25:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T20:47:32.000Z (4 months ago)
- Last Synced: 2024-09-11T22:34:52.795Z (4 months ago)
- Topics: todo-txt
- Language: Svelte
- Homepage: https://sveltodo.pages.dev
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!CAUTION]
> This is pre-alpha software, actively in development, & documentation is sparse. Use at your own risk.# sveltodo
A modern web app for interacting with [todo.txt](https://github.com/todotxt/todo.txt) file.
## Using the app
With docker:
```bash
docker build --pull -t sveltodo .docker run -it -p 4173:4173 sveltodo
```