Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/todo-htmx
todo list in htmx
https://github.com/rajasegar/todo-htmx
htmx todoapp todolist
Last synced: 12 days ago
JSON representation
todo list in htmx
- Host: GitHub
- URL: https://github.com/rajasegar/todo-htmx
- Owner: rajasegar
- Created: 2021-03-06T15:32:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T01:00:21.000Z (over 3 years ago)
- Last Synced: 2024-10-13T02:09:39.938Z (26 days ago)
- Topics: htmx, todoapp, todolist
- Language: Pug
- Homepage: https://todo-htmx.herokuapp.com
- Size: 19.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - todo-htmx - A simple Todo list with Express and htmx. (Examples by Back-end / Express)
README
# todo-htmx
A Todolist app using [htmx](https://htmx.org) in Node.js## Usage
Clone this repo, install dependencies and npm start
```
git clone https://github.com/rajasegar/tod-htmx
npm install
npm start
```You can view the application in `localhost:3000`