Learn how to build a simple todo application using Django (Python), Htmx and Tailwind.
Timestamps / Todolist:
00:00 Introduction
00:37 Design
06:45 Django app
07:33 Todos view
09:43 Database mode l
10:35 Adding tasks view
13:40 Adding tasks form
16:00 List tasks
17:30 Resetting the form
18:13 Mark as done
22:00 Deleting tasks
Htmx:
https://unpkg.com/htmx.org@1.6.1
Tailwind css:
https://cdn.tailwindcss.com
Video
Comments
Robo | Jul 09, 22 04:16
Do you need to use django forms here in order to get form validation?
Stein Ove Helset | Jul 13, 22 07:10
Yes, you have to. But you can add javascript validation too if you wanted to ;-)