apuyou / akanban

A simple kanban tool in only one PHP file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aKanban

A simple kanban tool holding in one PHP file.

You can rename the file to whatever you want to create multiple boards.

Data will be stored in a .txt file sharing the same name as the .php file. For example, index.php will use a index.txt file, so don't forget to rename the index.txt template too.

Make sure that this file is writable by the webserver, change its owner or:

chmod 777 index.txt

About

A simple kanban tool in only one PHP file.


Languages

Language:PHP 100.0%