/todo-app-htmx

todo app to demo htmx & go

Primary LanguageHTML

HTMX & Go Todo List Demo

This project demonstrates the integration of HTMX, a modern approach to AJAX interactions, with Go, a powerful programming language for building web applications. The demo showcases a simple todo list application, where users can add tasks in real-time without page reloads.

Getting Started

  1. Clone the repository:

    git clone git@github.com:loan-mgt/todo-app-htmx.git
  2. Navigate to the project directory:

    cd todo-app-htmx 
  3. Build and run the Go server:

    go run main.go
  4. Open your web browser and visit http://localhost:8080 to view the todo list application.