Skip to content

maheswaranm/my-personal-kanban

 
 

Repository files navigation

My Personal Kanban

A very simple Offline Personal Kanban board.

Get latest release zip from this repo.

This repo includes my ideas on top of the wonderful project by Greg Gigon. Greg's original version is available here.

How to use it?

  • Download the zip file
  • Unzip at your preferred location
  • Open index.html in your browser
  • Kanban away!

Build your own from source

  1. Pre-requisites

  2. Clone the repository

    git clone https://github.com/maheswaranm/my-personal-kanban.git
    
  3. Install the dev, build and test dependencies from the package.json

    npm install
    
  4. Install all the app components from the bower.json

    bower install
    
  5. Make changes to the code in app folder

  6. Update tests in the test folder

  7. When its time to build and distribute

    grunt build
    

    This will create a new zip file in your folder with the distributable version.
    JS and CSS are minified.
    The version number for the zip file is taken from the bower.json file

About

Single Page HTML Offline Kanban Board.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 53.4%
  • JavaScript 33.5%
  • HTML 13.1%