HTMX + Flask TODO App¶
| Status | Active |
| Repo | pysprings/htmx-flask |
Overview¶
A TODO application demonstrating HTMX with Flask. HTMX lets you build modern, dynamic web interfaces using HTML attributes instead of JavaScript — making it a natural fit for Python developers.
Try It¶
- Clone:
git clone https://github.com/pysprings/htmx-flask - Follow the README for setup instructions