/todo-nim

A Small Todo App with htmx + Nim.

Primary LanguageNim

todo-nim

A small todo list built with htmx and Nim, and no javascript.

It's using jester and nimja to power up the server.

todo.mp4

build

git clone https://github.com/jcha0713/todo-nim.git
nim c -r app.nim

The app should be running on port 5000