This is a simple Todo app, as POC for HTMX example based on Askama template engine and running on an Axum server. The Tower crates serves the static resources files like CSS, JS…
The application contains the basic CRUD elements including the create/update handled by a modal window.
As bonus, the POC uses Tailwind to prettify the application. You can use the standalone version of Tailwind or install NodeJs and NPM.
Start the Axum server and the page can be accessed by http://127.0.0.1:8080/
cargo run
Build with Docker
DOCKER_BUILDKIT=1 docker build .
The POC was a nice experience, but currently I have no real usecase to follow the HTMX Stack and I will continue with Leptos: https://github.com/oxide-byte/todo-leptos