Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 2.17 KB

README.md

File metadata and controls

53 lines (29 loc) · 2.17 KB

Cloneboard

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/

cloneboard

Locally stored

  • All data is stored locally, using localStorage.
  • Can be used completely offline.

UI & UX

The whole thing is largely about making it convenient to use.

New lists can be easily created:

create-list

New notes can be quickly added directly where they are needed:

add-note

Notes can also be dragged around, including to and from other lists:

drag-notes

Lists can be moved around as well, though not as flashy as notes:

move-lists

Nearly all controls are hidden by default to reduce visual clutter to its minimum:

hidden-controls

Everything can be easily renamed:

rename

Support for multiple boards with near-instant switching:

switch-boards

Caveats

  • 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.

Inspiration

The design of cloneboard has been inspired by nullboard by @apankrat