Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)