A mobile-first Google Keep-like that use the Kanboard API.
- PHP 5.5 or newer
- A web server with URL rewriting
- Clone this repo, and then the usual
composer install
- Create a virtual host that point to the
public/
directory (I'll let you Google for that)
Configuration parameters are in src/settings.php
. You'll need to change parameters under the
kanboard
key only (unless you know what you're doing).
Explanations about available parameters can be found in this file as well.
About the web server configuration: if you encounter troubles please refer to this page.
Go to the URL of your virtual host (e.g tasks.mydomain.com
). You'll see the tasks (notes) from you Kanboard
instance according to your configuration. You can then perform several operations like create new notes,
delete notes, etc.
Notes is intended to be mobile-first.
Notes is built on Vue.js for the frontend, Slim (PHP) for the backend, and JSON-RPC to interact with the Kanboard's API.