Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/todomvc-htmx
TodoMVC app implemented using htmx and hyperscript
https://github.com/rajasegar/todomvc-htmx
htmx todomvc todomvc-demo
Last synced: about 1 month ago
JSON representation
TodoMVC app implemented using htmx and hyperscript
- Host: GitHub
- URL: https://github.com/rajasegar/todomvc-htmx
- Owner: rajasegar
- Created: 2021-03-16T00:51:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T02:56:39.000Z (over 3 years ago)
- Last Synced: 2024-10-29T16:51:52.604Z (about 1 month ago)
- Topics: htmx, todomvc, todomvc-demo
- Language: CSS
- Homepage: https://todomvc-htmx.herokuapp.com
- Size: 1.2 MB
- Stars: 66
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-htmx - todomvc-htmx - TodoMVC app implemented using htmx and hyperscript. (Examples by Back-end / Express)
README
# htmx • [TodoMVC](http://todomvc.com)
> htmx - high power tools for HTML
![todomvc htmx demo gif](todomvc-htmx.gif)
## Resources
- [Website](https://htmx.org)
- [Documentation](https://htmx.org/docs)
- [Discord](https://htmx.org/discord)### Articles
- [Locality of Behavior](https://htmx.org/essays/locality-of-behaviour)
- [Complexity Budget](https://htmx.org/essays/complexity-budget)
- [SPA Alternative](https://htmx.org/essays/spa-alternative)### Support
- [Stack Overflow](http://stackoverflow.com/questions/tagged/htmx)
- [Twitter](http://twitter.com/htmx_org)*Let us [know](https://github.com/tastejs/todomvc/issues) if you discover anything worth sharing.*
## Implementation
This app was created as [express](https://expressjs.com)(Node.js) app in the backend and
**No Javascript code** in the frontend, thanks to [htmx](https://htmx.org) and [hyperscript](https://hyperscript.org).## Credit
Created by [Rajasegar Chandran](https://twitter.com/rajasegar_c)