szubtsovskiy / elm-todolist-dnd

Proof-of-concept implementation of draggable items in a ToDo list

Home Page:https://elm-todolist-dnd.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To do list with draggable items

Proof of concept implementation of simple todo list with draggable items.

Description

This is a simple Elm application allowing to add items to a todo list and reorder them by dragging them over other items and dropping.

[Demo on Heroku] (https://elm-todolist-dnd.herokuapp.com)

Requirements

  • Elm 0.18.0-0.19.0

Development

npm run dev

Application will be accessible at http://localhost:8080. Code changes will be automatically reloaded.

Production

npm run build

Check then the dist folder.

Credits

Fred Yankowski, for localstorage

Peter Morawiec, for elm-webpack-starter.

License

MIT

About

Proof-of-concept implementation of draggable items in a ToDo list

https://elm-todolist-dnd.herokuapp.com


Languages

Language:Elm 74.3%Language:JavaScript 24.1%Language:HTML 1.6%