Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```