A minimal Kanban board as a Chrome extension. Manage tasks across Todo, In Progress, and Done columns — entirely in your browser, no account or internet connection required.
- Three-column Kanban board (Todo / In Progress / Done)
- Add, move, and delete cards
- Data stored locally via
chrome.storage.local - Dark / light theme toggle
- Keyboard shortcut to add cards (⌘↵ on Mac, ⌃↵ on others)
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions. - Enable Developer mode (toggle in the top-right corner).
- Click Load unpacked and select the project directory.
- The Tiny Kanban icon will appear in your toolbar.
ISC — see LICENSE.