Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusasplund/hyperapp-todo-simple
Simple crud todo-app with hyperapp.js
https://github.com/marcusasplund/hyperapp-todo-simple
hyperapp parcel-bundler todoapp
Last synced: 3 months ago
JSON representation
Simple crud todo-app with hyperapp.js
- Host: GitHub
- URL: https://github.com/marcusasplund/hyperapp-todo-simple
- Owner: marcusasplund
- License: mit
- Created: 2017-03-28T18:10:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T16:46:32.000Z (almost 4 years ago)
- Last Synced: 2024-04-05T04:35:12.150Z (7 months ago)
- Topics: hyperapp, parcel-bundler, todoapp
- Language: JavaScript
- Size: 824 KB
- Stars: 46
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- hyperawesome - marcusasplund/hyperapp-todo - Simple CRUD todo-app built with Hyperapp. (Boilerplates V1)
README
# todo
[![GitHub issues](https://img.shields.io/github/issues/marcusasplund/hyperapp-todo-simple.svg)](https://github.com/marcusasplund/hyperapp-todo-simple/issues)
[![Build status](https://travis-ci.org/marcusasplund/hyperapp-todo-simple.svg?branch=master)](https://travis-ci.org/marcusasplund/hyperapp-todo-simple)
[![dependencies](https://david-dm.org/marcusasplund/hyperapp-todo-simple.svg)](https://david-dm.org/marcusasplund/hyperapp-todo-simple)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1fb89f04b2a948f6bba5071519f4df0b)](https://www.codacy.com/app/marcusasplund/hyperapp-todo-simple?utm_source=github.com&utm_medium=referral&utm_content=marcusasplund/hyperapp-todo-simple&utm_campaign=Badge_Grade)
[![Stack Share](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](http://stackshare.io/marcusasplund/hyperapp-todo-simple)[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
[Hyperapp](https://github.com/hyperapp/hyperapp) crud todo
## [demo](https://pap.as/hyperapp/todo/)
Add some todos, click buttons to delete or toggle state, tap or click text in todo to edit.
Offline support with service worker
## installation
````bash
$ git clone https://github.com/marcusasplund/hyperapp-todo-simple.git$ cd hyperapp-todo-simple
$ yarn
$ yarn start
````Open up application at http://localhost:3000/ in browser
## build a release
````bash
$ yarn build````
This will generate a release directory with your minified/rev'd assets.