Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hedyhli/hyperapp-todomvc
- Owner: hedyhli
- Created: 2024-05-11T03:34:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T01:04:35.000Z (3 months ago)
- Last Synced: 2024-10-10T03:05:31.460Z (about 1 month ago)
- Topics: hyperapp, todomvc
- Language: HTML
- Homepage: https://hyperapp-todomvc.hedy.dev
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).