Full Stack Todo App with Go, Go HTML Templates, and HTMX

Mark Caggiano
2 min readDec 27, 2023

This tutorial will guide you through creating a simple Todo application using Go, Go HTML templates, and HTMX. The app will allow users to add, view, and delete tasks.

Prerequisites

  • Basic understanding of Go programming language.
  • Go installed on your machine (Download Go).

--

--