An open API service indexing awesome lists of open source software.

https://github.com/krlz-dev/hate-dashboard

HATE Dashboard uses the the HATE stack as for htmx alpine js tailwind and echo
https://github.com/krlz-dev/hate-dashboard

Last synced: 5 months ago
JSON representation

HATE Dashboard uses the the HATE stack as for htmx alpine js tailwind and echo

Awesome Lists containing this project

README

          

# HTMX + Echo Todo App

A simple todo application built with:
- HTMX for interactive UI without writing JavaScript
- Echo (Go) for the backend
- Tailwind CSS for styling

## Running the Application

1. Make sure you have Go installed
2. Run the application:
```
go run main.go
```
3. Visit http://localhost:8080 in your browser

## Features

- Add new tasks
- Mark tasks as complete/incomplete
- Delete tasks
- All interactions use HTMX for seamless updates without page reloads