Minimalist single-user (no auth) kanban todo app
- Loads fast. Lightweight
- Controls are snappy
- Compact, minimal UI
- Single-user design. No authentication.
- Import boards from Trello
- Mobile friendly
- Simple/minimal code that is easy to follow and modify
- No libraries, frameworks, or dependencies. Just plain vanilla JS/PHP
Apache / Nginx
PHP 7+
mysql / mariadb
- Clone repo into web directory
- (optional) Open
setup-db.sh
and set DB user options. Can be new user - (optional) Copy DB creds into
api.php
line 6 - Run
./setup-db.sh
as root to create database
There are default credentials, so steps 2 and 3 are optional
Tellor (and Trello) allow you to export boards to JSON.
Tellor can import boards from either source.
Tellor boards cannot be ported to Trello.
This is a single user application without the hassle of authentication.
But that means anyone who can find/access your board can modify it.
This application is meant to be kept in a private web directory. Either on a local network server, or protected upstream by the reverse proxy.