We'll build a simple to-do list using the following:
-
Create a new project using Bun
-
Hook up ElysiaJS and htmx to the project
-
Add Tailwind
-
Make it deployable
-
Display a to-do list
-
Add a new item
-
Delete an item
-
Mark the item as completed
-
Add some persistance (DB)
