loan-mgt / todo-app-htmx

todo app to demo htmx & go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

todo app to demo htmx & go


Languages

Language:HTML 63.6%Language:Go 36.4%