Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greggigon/my-personal-kanban
This is a one page HTML/JavaScript application for people who would like to use simple and basic Kanban board for their personal stuff
https://github.com/greggigon/my-personal-kanban
angular javascript javascript-application kanban kanban-board kanban-boards
Last synced: 7 days ago
JSON representation
This is a one page HTML/JavaScript application for people who would like to use simple and basic Kanban board for their personal stuff
- Host: GitHub
- URL: https://github.com/greggigon/my-personal-kanban
- Owner: greggigon
- License: gpl-3.0
- Created: 2013-06-06T16:04:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T10:59:20.000Z (over 2 years ago)
- Last Synced: 2024-10-12T18:07:12.481Z (27 days ago)
- Topics: angular, javascript, javascript-application, kanban, kanban-board, kanban-boards
- Language: CSS
- Homepage:
- Size: 6.05 MB
- Stars: 814
- Watchers: 59
- Forks: 181
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - greggigon/my-personal-kanban - This is a one page HTML/JavaScript application for people who would like to use simple and basic Kanban board for their personal stuff (javascript)
README
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](https://github.com/greggigon/mpk-desktop-app).## Download
You can get latest release zip [at this link](https://github.com/greggigon/my-personal-kanban/blob/master/my-personal-kanban-0.8.0.zip?raw=true). 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](http://greggigon.github.io/my-personal-kanban/) .
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.