All Projects → greggigon → My Personal Kanban

greggigon / My Personal Kanban

Licence: gpl-3.0
This is a one page HTML/JavaScript application for people who would like to use simple and basic Kanban board for their personal stuff

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to My Personal Kanban

React Kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 345 (-54.9%)
Mutual labels:  kanban, kanban-board
react-kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 567 (-25.88%)
Mutual labels:  kanban, kanban-board
kanban-board
Single-click full-stack application (Postgres, Spring Boot & Angular) using Docker Compose
Stars: ✭ 138 (-81.96%)
Mutual labels:  kanban, kanban-board
Topsi Project Manager
A Desktop Kanban board app.
Stars: ✭ 1,300 (+69.93%)
Mutual labels:  kanban, kanban-board
KanbanView
CLI, API, Web Service and Kanban for Things 3
Stars: ✭ 64 (-91.63%)
Mutual labels:  kanban, kanban-board
React Kanban Dnd
📋 Open source kanban board built with React
Stars: ✭ 121 (-84.18%)
Mutual labels:  kanban, kanban-board
DragBoardView
⭐ Android 看板,支持项拖拽、列拖拽。Draggable kanban/board view for Android.
Stars: ✭ 85 (-88.89%)
Mutual labels:  kanban, kanban-board
Twake
Twake is a secure open source collaboration platform to improve organizational productivity.
Stars: ✭ 862 (+12.68%)
Mutual labels:  kanban, kanban-board
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (-94.9%)
Mutual labels:  kanban, kanban-board
backlog-board
This is Kanban Board connected to Backlog
Stars: ✭ 18 (-97.65%)
Mutual labels:  kanban, kanban-board
Taskell
Command-line Kanban board/task manager with support for Trello boards and GitHub projects
Stars: ✭ 1,175 (+53.59%)
Mutual labels:  kanban, kanban-board
Jkanban
Vanilla Javascript plugin for manage kanban boards
Stars: ✭ 664 (-13.2%)
Mutual labels:  kanban, kanban-board
Fogga Kanban
🎽 React Kanban Dashboard Template
Stars: ✭ 46 (-93.99%)
Mutual labels:  kanban, kanban-board
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (-84.58%)
Mutual labels:  kanban, kanban-board
React Trello Multiboard
React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
Stars: ✭ 43 (-94.38%)
Mutual labels:  kanban, kanban-board
taiga-stats
Generate statistics from Taiga and produce burnup diagrams, CFDs, dependency graphs and more.
Stars: ✭ 40 (-94.77%)
Mutual labels:  kanban, kanban-board
actionview-fe
ActionView front-end source code, based on Reactjs+Redux.
Stars: ✭ 63 (-91.76%)
Mutual labels:  kanban, kanban-board
agileseason-v1
Kanban board for GitHub issues
Stars: ✭ 12 (-98.43%)
Mutual labels:  kanban, kanban-board
Personal Kanban
📌 Personal Kanban Board is an agile project management tool that helps you visualise your work, limit your work-in-progress (WIP) and to craft & optimise your work flow to get the maximum output. To achieve this, it makes use of columns and cards. Personal Kanban offers visual clue, columns, WIP limits, start point and end point to set you up for success.
Stars: ✭ 268 (-64.97%)
Mutual labels:  kanban, kanban-board
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-97.25%)
Mutual labels:  kanban

My Personal Kanban (MPK)

THIS PROJECT IS NOW DEPRECATED AND NO LONGER SUPPORTED

Please note that this project is no longer supported and now replaced by My Personal Kanban new version available at this repository: https://github.com/greggigon/mpk-desktop-app.

Download

You can get latest release zip at this link. Lastest version is 0.8.0 and includes new features.

How to use it?

Download the applicaton distribution zip file, unzip it at your prefered location, open index.html page in your browser and your done.

There is no need to be connected to Internet to use it. You can run it in any modern browser. The application will store your data in Web Browser's local storage, so you will not loose it.

Functionality

The functionality is very simple and basic. For a short screencast demo you can navigate to Github pages .

Kanban boards with 2 to 10 columns, name columns and delete kanban.

You can add cards to columns and drag them between columns as well as remove them.

Adding Themes

Themes are just a simple CSS files. They should be put in the styles/themes folder. New Theme should be added to scripts/themes.js file. Also, a Theme image (jpg) can be placed in img/themes folder. Name of the image should be the same as the css attribute in the themes.js file.

A bit of history

I started this little project 2 years ago when I decided to familiarise myself with HTML5, Pure JavaScript and CSS.

I used jQuery with QUnit for JavaScript TDD testing.

I managed to get it to a workable state and stop developing it.

After first public release not too long ago, I decided to rewrite it in Angular.

This application is the result of me doing so, while attempting to learn Angular at the same time :)

Want to help?

If you want to help me with styling or anything else, please do get in touch.

Any issues, raise it on github.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].