MyTaskium is a lightweight, standalone task manager written in PHP that doesn't require a database.
The app is designed for personal use or small teams looking for a fast and reliable way to manage to-do lists, archive completed tasks, and work locally without third-part
Features:
Adding, editing, and deleting tasks;
Archiving completed tasks;
Specifying deadlines;
Assigning a performer;
Simple password protection
; Storing data in JSON files;
Completely autonomous operation without a database;
Minimal PHP backend (one index.php file);
Installation and launch:
Download or clone to a local server or hosting in any convenient folder. Minimum PHP version > 7.4. The program has been tested and works on version 8.2.
Authorization:
The default password is set in index.php:
const PASSWORD = 'pass123' ;
Change it to your own.y services.
To download files you need to log in!