https://github.com/hungle00/todo-htmx
Todo web app with Elixir and Htmx
https://github.com/hungle00/todo-htmx
elixir htmx phoenix
Last synced: 9 months ago
JSON representation
Todo web app with Elixir and Htmx
- Host: GitHub
- URL: https://github.com/hungle00/todo-htmx
- Owner: hungle00
- Created: 2023-05-10T10:49:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T05:40:35.000Z (over 2 years ago)
- Last Synced: 2025-03-29T13:52:15.279Z (10 months ago)
- Topics: elixir, htmx, phoenix
- Language: Elixir
- Homepage: https://todo-htmx.gigalixirapp.com/todos
- Size: 52.7 KB
- Stars: 38
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoHtmx
Simple todo web app with Phoenix and Htmx
View more about Htmx https://htmx.org/docs/
## Feature
- Inline editing row
- Smooth delete row
- Bulk updating multiple rows
- Live search without Ajax
## Usage
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.