
To Do
I used Python Flask and HTMX to create a todo application. I used a sqlite database and deployed the application on an Ubuntu virtual machine.


I enjoyed working with HTMX. It performs very similarly to React, but is much easier to use. There’s no JavaScript involved. Just interactive HTML elements. In order to use HTMX, you add a script via CDN and then you’re ready to go!
This project wasn’t that challenging, but it was a lot of fun. I enjoyed working with Flask again. I did have to relearn Jinga2 and SQLAlchemy (it’s been a long time since I used them). Overall, I enjoyed working with HTMX, and I feel like there are a lot of possibilities!