A Simple To Do List
A simple (but useful) To Do List. Allows you to change the priorities of the tasks.
Use it on hellotodo.com
Or run locally: Runs on Docker & Go
To build: $ docker build -t hellotodo . $ docker run --publish 6060:8080 --name hellotodolocal --rm hellotodo
Browse 127.0.0.1:6060
