Cloneboard is a kanban board/task list manager, designed to be compact, readable and quick in use. You can use it here: https://cloneboard.herokuapp.com/
- All data is stored locally, using localStorage.
- Can be used completely offline.
The whole thing is largely about making it convenient to use.
New lists can be easily created:
New notes can be quickly added directly where they are needed:
Notes can also be dragged around, including to and from other lists:
Lists can be moved around as well, though not as flashy as notes:
Nearly all controls are hidden by default to reduce visual clutter to its minimum:
Everything can be easily renamed:
Support for multiple boards with near-instant switching:
- Written for desktop and keyboard/mouse use.
- Works in Chrome, Firefox, Edge. Probably in more.
- Uses localStorage for storing boards/lists/notes, so be careful around clearing your cache.
The design of cloneboard has been inspired by nullboard by @apankrat