A TODO app built in Go and powered by htmx and sqlite.
To use this application, follow these steps:
- Clone the repository to your local machine.
- Install the necessary dependencies by running
go get
. - Build the application by running
go build
. - Start the application by executing the generated binary file.
- Open your web browser and go to
http://localhost:8080
to access the todo list.