Awesome
Hyperapp 2.0 to-do list app
Array manipulations in a functional paradigm
https://loteoo.github.io/hyperapp-todolist/
The entire javascript bundle for this app is 4.6 KB
Supports offline and persists it's state through localstorage
# Clone project
git clone https://github.com/loteoo/hyperapp-todolist.git
cd hyperapp-todolist
npm install # Install dev dependencies
npm start # Dev server + live reload
npm run build # Build for github pages
Boilerplate:
https://github.com/loteoo/hyperapp-boilerplate