diff options
author | DJCrashdummy <DJCrashdummy@users.noreply.github.com> | 2018-06-16 11:52:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-16 11:52:30 +0000 |
commit | 4f205e49c89038f26702a496cceb5010e8665e3a (patch) | |
tree | c6690d06d610a9875f628af1ead473fa7a88eb92 | |
parent | Merge pull request #1389 from ProfessorLogout/master (diff) | |
download | awesome-selfhosted-4f205e49c89038f26702a496cceb5010e8665e3a.tar.gz awesome-selfhosted-4f205e49c89038f26702a496cceb5010e8665e3a.zip |
added demo link for TaskBoard
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1226,7 +1226,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com - [PHP Task/Todo list](https://github.com/lgg/tasks.php) - Simple task/todo list that uses a JSON text file for the tasks. `MIT` `PHP` - [Restyaboard](http://restya.com/board/) - Open source Trello-like kanban board. ([Demo](http://restya.com/board/demo.html), [Source Code](https://github.com/RestyaPlatform/board)) `OSL-3.0` `PHP` - [scrumblr](http://scrumblr.ca/) - Collaborative Online Scrum Tool Using Websockets, Node.js, jQuery, and CSS3. ([Source Code](https://github.com/ocdtrekkie/scrumblr/tree/sandstorm)) `GPL-3.0` `Nodejs` -- [TaskBoard](http://taskboard.matthewross.me/) - Kanban-inspired app for keeping track of things that need to get done. ([Source Code](https://github.com/kiswa/TaskBoard)) `MIT` `PHP` +- [TaskBoard](http://taskboard.matthewross.me/) - Kanban-inspired app for keeping track of things that need to get done. ([Demo](https://taskboard.matthewross.me/demo.html), [Source Code](https://github.com/kiswa/TaskBoard)) `MIT` `PHP` - [Taskfreak](http://www.taskfreak.com/original) - Simple but efficient web based task manager written in PHP. ([Demo](http://demo.taskfreak.com/)) `GPL-3.0` `PHP` - [Tasks](https://github.com/m1guelpf/tasks) - Simple tasks and notes manager written in PHP, jQuery and Bootstrap using a custom flat file database. `MPL-2.0` `PHP` - [Tasks](https://github.com/thewhitetulip/Tasks) - Kanban based to-do list manager written in Go. `MIT` `Go` |