All Projects → marcusasplund → Hyperapp Todo Simple

marcusasplund / Hyperapp Todo Simple

Licence: mit
Simple crud todo-app with hyperapp.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hyperapp Todo Simple

mark
mark is an markdown editor app for mac
Stars: ✭ 47 (-2.08%)
Mutual labels:  todoapp
Hyperawesome
A curated list of awesome projects built with Hyperapp & more.
Stars: ✭ 446 (+829.17%)
Mutual labels:  hyperapp
Todo app
todo app in react
Stars: ✭ 18 (-62.5%)
Mutual labels:  todoapp
habitica-cli
An immersive command line interface for Habitica ⚡🔥
Stars: ✭ 29 (-39.58%)
Mutual labels:  todoapp
hyperapp-scripts
Hyperapp expansion pack for create-react-app
Stars: ✭ 38 (-20.83%)
Mutual labels:  hyperapp
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+9743.75%)
Mutual labels:  todoapp
cocoaheads-modernuitableview
Demo project for Modern UITableView Talk
Stars: ✭ 18 (-62.5%)
Mutual labels:  todoapp
Lifeup
《人升》是一款旨在实现「人生游戏化」的待办事项安卓应用。LifeUp is a to-do list android application with gamification.
Stars: ✭ 45 (-6.25%)
Mutual labels:  todoapp
Hyperapp Router
Declarative routing for Hyperapp V1 using the History API.
Stars: ✭ 256 (+433.33%)
Mutual labels:  hyperapp
Covid.reports
https://covidreports.netlify.com/
Stars: ✭ 16 (-66.67%)
Mutual labels:  hyperapp
hyperviews
Template language that produces `h` output
Stars: ✭ 26 (-45.83%)
Mutual labels:  hyperapp
just-another-todo-app
A todo app built with React + Redux
Stars: ✭ 17 (-64.58%)
Mutual labels:  todoapp
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+964.58%)
Mutual labels:  todoapp
hyperapp-todo-parcel
marcusasplund.github.io/hyperapp-todo-parcel/
Stars: ✭ 12 (-75%)
Mutual labels:  hyperapp
Hyperbook
https://github.com/kwasniew/hyperbook-tutorial
Stars: ✭ 33 (-31.25%)
Mutual labels:  hyperapp
todoapp-reactnative-realm
Todo App with React Native, Realm
Stars: ✭ 28 (-41.67%)
Mutual labels:  todoapp
Ijk
Transforms arrays into virtual dom trees; a terse alternative to JSX and h
Stars: ✭ 452 (+841.67%)
Mutual labels:  hyperapp
Hyperapp Boilerplate
This is a sample/boilerplate project that shows how to create a production-ready hyperapp application.
Stars: ✭ 45 (-6.25%)
Mutual labels:  hyperapp
Play26 Swagger Reactivemongo
A fully featured CRUD app built with Play 2.6, Swagger and ReactiveMongo
Stars: ✭ 36 (-25%)
Mutual labels:  todoapp
Taskist
Flutter ToDo App with Firebase
Stars: ✭ 642 (+1237.5%)
Mutual labels:  todoapp

todo

GitHub issues Build status dependencies Codacy Badge Stack Share

Standard - JavaScript Style Guide

Hyperapp crud todo

demo

Add some todos, click buttons to delete or toggle state, tap or click text in todo to edit.

Offline support with service worker

installation

    $ 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

    $ yarn build

This will generate a release directory with your minified/rev'd assets.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].