Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hedyhli/hyperapp-todomvc

TodoMVC implementation in Hyperapp in a single HTML file
https://github.com/hedyhli/hyperapp-todomvc

hyperapp todomvc

Last synced: 13 days ago
JSON representation

TodoMVC implementation in Hyperapp in a single HTML file

Awesome Lists containing this project

README

        

# Hyperapp • [TodoMVC](http://todomvc.com)

> The tiny framework for building hypertext applications.

Try it in the [demo](https://hyperapp-todomvc.hedy.dev).

## Resources

- [Website](https://github.com/jorgebucaran/hyperapp)
- [Documentation](https://github.com/jorgebucaran/hyperapp/blob/main/docs/tutorial.md)

## Setup

- `pnpm install`
- Open `index.html`

## Credit

Created by [~hedy](https://github.com/hedyhli), based on [dangvanthanh's
implementation](https://github.com/dangvanthanh/hyperapp-todomvc).