loteoo / hyperapp-todolist

Hyperapp 2.0 demo app

Home Page:https://loteoo.github.io/hyperapp-todolist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperapp 2.0 to-do list app

Array manipulations in a functional paradigm

https://loteoo.github.io/hyperapp-todolist/


Screenshot

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

About

Hyperapp 2.0 demo app

https://loteoo.github.io/hyperapp-todolist/


Languages

Language:JavaScript 52.9%Language:CSS 31.2%Language:HTML 15.9%