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
- Host: GitHub
- URL: https://github.com/krlz-dev/hate-dashboard
- Owner: krlz-dev
- Created: 2025-03-26T00:44:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:12:41.000Z (about 1 year ago)
- Last Synced: 2025-03-26T02:24:44.556Z (about 1 year ago)
- Language: HTML
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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