<p align="center">
<a href="https://nishantpainter.github.io/personal-kanban/" rel="noopener" target="_blank"><img width="756" src="https://nishantpainter.github.io/personal-kanban/readme_logo.png" alt="Personal Kanban logo"></a></p>
</p>
#
<p align="center">
A virtual offline Kanban Board for your personal projects and work flows.
</p>
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/description.gif" alt="Description GIF" style="border-radius:16px"></p>
</p>
[![Current Version](https://img.shields.io/badge/version-1.0.0-green.svg)](https://nishantpainter.github.io/personal-kanban) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg?style=flat-square)](http://makeapullrequest.com) [![License](https://img.shields.io/github/license/day8/re-frame.svg)](https://github.com/nishantpainter/personal-kanban/blob/main/license.txt) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-blue.svg)](https://github.com/nishantpainter/personal-kanban/commits/main) [![GitHub issues](https://img.shields.io/github/issues/Naereen/StrapDown.js.svg)](https://github.com/nishantpainter/personal-kanban/issues)
[English](https://github.com/nishantpainter/personal-kanban/blob/main/README.md) - [Français](https://github.com/nishantpainter/personal-kanban/blob/main/README_FR.md) - [Español](https://github.com/nishantpainter/personal-kanban/blob/main/README_ES.md) - [Pусский](https://github.com/nishantpainter/personal-kanban/blob/main/README_RU.md) - [Deutsch](https://github.com/nishantpainter/personal-kanban/blob/main/README_DE.md) - [हिंदी](https://github.com/nishantpainter/personal-kanban/blob/main/README_IN.md) - [中文](https://github.com/nishantpainter/personal-kanban/blob/main/README_CN.md) - [日本語](https://github.com/nishantpainter/personal-kanban/blob/main/README_JP.md)
Personal Kanban is an offline capable application or tool that implements kanban to manage work at personal level. Work items can be represented as records and columns to depict each stage of your work process. Columns can be as simple as "todo", "in-progress" and "done", or it can be complex to suit your flow.
It's a tool to visualize and optimize your workflow. Physical boards are popular among few, while virtual boards like Personal Kanban play a critical role in agile software development considering their accessibility, simplicity and elegant display. Regardless of whether a board is physical or virtual, it must depict work visually along with clearly identifying the blockage and other dependencies. Each of these features are offered seamlessly by Personal Kanban.
Plan your work with flexibility, identify and resolve bottlenecks and overview your complete work visually.
# Table of Contents
- **[Introduction](#introduction)**
- **[Features](#features)**
- **[How to Use](#how-to-use)**
- **[Add Column](#add-column)**
- **[Edit Column](#edit-column)**
- **[Delete Column](#delete-column)**
- **[Move Column](#move-record)**
- **[Add Record](#add-record)**
- **[Edit Record](#edit-record)**
- **[Delete Record](#delete-record)**
- **[Move Record](#move-record)**
- **[Delete All Records](#delete-all-records)**
- **[Clear Board](#clear-board)**
- **[Change Language](#change-language)**
- **[Toggle Dark Mode](#toggle-dark-mode)**
- **[Dark Mode](#dark-mode)**
- **[Localization](#localization)**
- **[Offline Usage](#offline-usage)**
- **[Development](#development)**
- **[Privacy](#privacy)**
- **[Other References](#other-references)**
## Introduction
It is an agile project management tool that helps you visualize your work, limit your work-in-progress(wip) and to craft & optimize your work flow to get the maximum output. To achieve this, it makes use of columns and records. Personal kanban offers visual clue, columns, wip limits, start point and end point to set you up for success.
## Features
A few of the things you can do with Personal Kanban:
- Add, Edit, Delete Columns
- Move Columns
- Add, Edit, Delete Records
- Move Records
- Restrict WIP limits for Columns
- Manage Column and Records Background Colors
- Clear Board
- Dark Mode
- Localization Support
- Offline local storage
## How to Use
You can access the application by visiting [Website](https://nishantpainter.github.io/personal-kanban/). The application has a features set as follows :
### Add Column
Add a new column by click on + icon button from the toolbar. Enter the details of the column, including title ( mandatory ), description, background color and wip limit.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/add_column.gif" alt="Add Column GIF" style="border-radius:16px"></p>
</p>
### Edit Column
Edit the column by click on edit icon button besides column title. Update the form and click submit for commiting change or cancel to close the dialog.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/edit_column.gif" alt="Edit Column GIF" style="border-radius:16px"></p>
</p>
### Delete Column
Delete the column by click on delete icon button besides edit icon button. This will delete the column along with all the records for the column.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/delete_column.gif" alt="Delete Column GIF" style="border-radius:16px"></p>
</p>
### Move Column
Hold and drag the column from it's body or column header to move it across other columns on the board.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/move_column.gif" alt="Move Column GIF" style="border-radius:16px"></p>
</p>
### Add Record
Add a new record by click on add icon button beneath column title / description. Enter the details of the record title ( mandatory ), description and background color. On submitting a new record will be added to column with created timestamp as caption.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/add_record.gif" alt="Add Record GIF" style="border-radius:16px"></p>
</p>
### Edit Record
Edit the record by click on edit icon button besides record title. Update the form and click submit for commiting change or cancel to close the dialog.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/edit_record.gif" alt="Edit Record GIF" style="border-radius:16px"></p>
</p>
### Delete Record
Delete the record by click on delete icon button besides record edit icon button. This will delete the record from the column.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/delete_record.gif" alt="Delete Record GIF" style="border-radius:16px"></p>
</p>
### Move Record
Hold and drag the record from it's body or record header to move it across other columns record list on the board.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/move_record.gif" alt="Move Record GIF" style="border-radius:16px"></p>
</p>
### Delete All Records
Delete all the record belonging to the column by clicking on the delete icon button besides add record icon button. It will remove entire record list from column.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/delete_all_record.gif" alt="Delete All Record GIF" style="border-radius:16px"></p>
</p>
### Clear Board
Click on the delete icon button from the toolbar to clear entire board. It will delete all the columns and records from the board.
<p align="center">
<img width="650" src="https://nishantpainter.github.io/personal-kanban/clear_board.gif" alt="Clear Board GIF" style="border-radius:16px"></p>
</p>
### Change Language
You can change language of the application by clicking on the globe icon button in the toolbar. Select suitable language from the menu and the application locale will be chan
没有合适的资源?快使用搜索试试~ 我知道了~
文库首页 前端Typescriptpersonal-kanban:Kan Personal Kanban Board是一个敏捷的项目管理工具,可帮助您可视化工作,限制正在进行的工作(WIP)以及制定和优化工作流程以获取最大的输出。 为此,它利用列和卡片。 个人看板提供视觉线索,专栏,在制品限制,起点和终点,帮助您成功迈向成功
personal-kanban:Kan Personal Kanban Board是一个敏捷的项目管理工具,可帮助您可视化工作,...
共111个文件
tsx:37个
gif:13个
json:11个
需积分: 50 5 下载量 180 浏览量
2021-03-31
06:53:47
上传
评论
收藏 3.28MB ZIP 举报
温馨提示
用于您的个人项目和工作流程的虚拟脱机看板。 --- 个人看板是具有脱机功能的应用程序或工具,可实现看板来管理个人级别的工作。 工作项可以表示为记录和列,以描述工作流程的每个阶段。 列可以很简单,例如“待办事项”,“进行中”和“完成”,也可以很复杂以适合您的流程。 它是可视化和优化工作流程的工具。 物理板在少数人中很流行,而诸如Personal Kanban之类的虚拟板考虑到它们的可访问性,简单性和优雅的外观,在敏捷软件开发中起着至关重要的作用。 无论电路板是物理的还是虚拟的,它都必须在视觉上描绘工作,并清楚地识别障碍物和其他依赖性。 这些功能均由Personal Kanban无缝提供。 灵活地计划您的工作,发现并解决瓶颈,并以可视化的方式概述您的完整工作。 目录 介绍 它是一种敏捷的项目管理工具,可帮助您可视化工作,限制进行中的工作以及制定和优化工作流程以获取最大的输出。 为此,它利
资源详情
资源评论
资源推荐
收起资源包目录
personal-kanban:Kan Personal Kanban Board是一个敏捷的项目管理工具,可帮助您可视化工作,限制正在进行的工作(WIP)以及制定和优化工作流程以获取最大的输出。 为此,它利用列和卡片。 个人看板提供视觉线索,专栏,在制品限制,起点和终点,帮助您成功迈向成功 (111个子文件)
CNAME 21B
CNAME 21B
index.css 458B
description.gif 449KB
add_column.gif 351KB
edit_record.gif 347KB
edit_column.gif 325KB
add_record.gif 324KB
delete_column.gif 203KB
delete_all_record.gif 199KB
delete_record.gif 187KB
clear_board.gif 185KB
change_language.gif 175KB
move_column.gif 149KB
move_record.gif 138KB
toggle_dark_mode.gif 66KB
.gitignore 310B
showcase_in.html 15KB
showcase_ru.html 14KB
showcase_jp.html 12KB
showcase_fr.html 12KB
showcase_es.html 12KB
showcase_de.html 12KB
showcase.html 11KB
showcase_cn.html 11KB
index.html 2KB
favicon.ico 4KB
preview.js 1KB
main.js 238B
package.json 2KB
translations.json 2KB
translations.json 1KB
translations.json 1KB
translations.json 1KB
translations.json 1KB
translations.json 1KB
translations.json 994B
translations.json 959B
tsconfig.json 553B
manifest.json 472B
LICENSE 1KB
yarn.lock 644KB
README_IN.md 19KB
README_RU.md 16KB
README_JP.md 13KB
README_FR.md 12KB
README_DE.md 12KB
README_ES.md 12KB
README.md 10KB
README_CN.md 10KB
Introduction.stories.mdx 149B
readme_logo_de.png 12KB
readme_logo.png 11KB
readme_logo_ru.png 10KB
readme_logo_fr.png 10KB
readme_logo_es.png 10KB
readme_logo_jp.png 9KB
readme_logo_cn.png 8KB
readme_logo_in.png 7KB
logo512.png 3KB
logo192.png 769B
hn.png 743B
github.svg 977B
logo.svg 354B
serviceWorkerRegistration.ts 5KB
service-worker.ts 3KB
Utils.ts 3KB
StorageService.ts 737B
reportWebVitals.ts 426B
setupTests.ts 241B
index.ts 52B
index.ts 49B
react-app-env.d.ts 40B
Column.tsx 13KB
index.tsx 7KB
index.tsx 6KB
ColumnForm.tsx 5KB
RecordForm.tsx 4KB
KanbanBoard.stories.tsx 3KB
KanbanColumn.tsx 3KB
ThemeProvider.tsx 3KB
KanbanBoard.tsx 3KB
Card.tsx 2KB
KanbanColumn.stories.tsx 2KB
Board.tsx 2KB
Column.stories.tsx 2KB
Board.stories.tsx 2KB
index.tsx 2KB
TranslationProvider.tsx 2KB
IconButton.tsx 1KB
Card.stories.tsx 1KB
KanbanCard.tsx 1KB
KanbanCard.stories.tsx 899B
RecordForm.stories.tsx 808B
ColumnForm.stories.tsx 802B
Radio.tsx 647B
index.tsx 516B
Radio.stories.tsx 446B
IconButton.stories.tsx 438B
index.tsx 435B
共 111 条
- 1
- 2
得陇而望蜀者
- 粉丝: 39
- 资源: 4586
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 密码学AES算法源代码
- 读取、查询和修改 Microsoft Word 2007,2008 docx 文件 .zip
- 三维地形图计算软件(三)-原基于PYQT5+pyqtgraph.opengl旧代码
- 分布式编程作业1的源代码
- 该库为 ASR 提供了常见的语音特征,包括 MFCC 和滤波器组能量 .zip
- 该存储库将包含基本的 Python 编程问题及其解决方案 .zip
- 该存储库包含 100 多个 Python 编程练习问题,以不同的方式进行讨论、解释和解决.zip
- 虚拟 Python 环境构建器.zip
- 洪涝灾害应急信息-JAVA-基于springBoot洪涝灾害应急信息管理系统设计与实现(毕业论文+PPT)
- 嗨玩旅游网站-JAVA-基于springboot嗨玩旅游网站设计与实现(毕业论文+PPT)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0