~regan-koopmans/task_list

A simple todo list written in Go
9dffed49 — Regan Koopmans 10 months ago
Add styling
78a79ea3 — Regan Koopmans 10 months ago
Update styles
b10c1137 — Regan-Koopmans 10 months ago
Update readme

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~regan-koopmans/task_list
read/write
git@git.sr.ht:~regan-koopmans/task_list

You can also use your local clone with git send-email.

#Task List

A simple in-memory todo app written in HTMX and Go.

#Building

Run the following to build the project:

go build

#Running

Having built the project binary task_list, you can run it using the following:

./task_list

By default this will run on a random available port. To specify the port to use you can do the following:

./task_list <port>