This is a todo list program written with a server in Gleam and HTMX on the frontend in order to get a better understanding how Gleam and HTMX can work together. Todo items are saved to a sqlite database. I use the wisp web framework and the Nakai library to generate HTML.
This is based on my Go implementation of the same thing.