No description
Find a file
2023-09-03 02:12:43 +02:00
static initial commit 2023-09-03 02:12:43 +02:00
templates initial commit 2023-09-03 02:12:43 +02:00
.air.toml initial commit 2023-09-03 02:12:43 +02:00
.gitignore initial commit 2023-09-03 02:12:43 +02:00
go.mod initial commit 2023-09-03 02:12:43 +02:00
go.sum initial commit 2023-09-03 02:12:43 +02:00
input.css initial commit 2023-09-03 02:12:43 +02:00
main.go initial commit 2023-09-03 02:12:43 +02:00
README.md initial commit 2023-09-03 02:12:43 +02:00
tailwind.config.js initial commit 2023-09-03 02:12:43 +02:00

Todo App with GO and HTMX

Plan

  • create Go webserver
  • create landing page
  • import HTMX code
  • display todo list
  • add tailwind CSS
  • show todo list
  • let todos be marked completed
  • remove todos
  • add new todo with form
  • persist todos in redis
  • spruce up