https://github.com/sadanandpai/kanbanboard
Kanban Board
https://github.com/sadanandpai/kanbanboard
board-story kanban-boards story
Last synced: 6 months ago
JSON representation
Kanban Board
- Host: GitHub
- URL: https://github.com/sadanandpai/kanbanboard
- Owner: sadanandpai
- Created: 2020-07-23T14:34:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T17:00:35.000Z (about 5 years ago)
- Last Synced: 2024-04-14T09:04:16.926Z (over 1 year ago)
- Topics: board-story, kanban-boards, story
- Language: JavaScript
- Homepage: https://sadanandpai.github.io/KanbanBoard/
- Size: 43 KB
- Stars: 12
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kanban-board
A kanban board is an agile project management tool designed to help visualize work, limit work-in-progress, and maximize efficiency (or flow). Kanban boards use cards, columns, and continuous improvement to help technology and service teams commit to the right amount of work, and get it done!## How to use this board
Story can be created by clicking on Add (+) which will sit in Story column
Board can be cleared by clicking on Reset
Autosave saves the changes on tab close if selected
Darkmode is to turn on dark mode
Clicking on header of column will reverse the stickies list## How to modify a story
#### Double clicking on the story opens modification modal
Story can be modified completely or deleted if it is still is in "Story" column
Priority and Type can be modified if it is in "Todo" or "Testing"
Story will be read only once moved to "Done"
Story can be moved from story column to others columns but not vice versa
Story cant be moved out of done column## Technical Details
Project developed using only HTML5, CSS and JavaScript
No external images, fonts, libraries or frameworks are used
Feel free to clone / fork for any purposeFlex is used for reversing the stickies inside the column
CSS variable is used for dark mode
Drag and Drop of HTML5 is used for sticky movementshttps://sadanandpai.github.io/KanbanBoard/