Proof of concept implementation of simple todo list with draggable items.
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)
- Elm 0.18.0-0.19.0
npm run dev
Application will be accessible at http://localhost:8080. Code changes will be automatically reloaded.
npm run build
Check then the dist
folder.
Fred Yankowski, for localstorage
Peter Morawiec, for elm-webpack-starter.
MIT