- Just git clone and change dir to your created folder.
- run in terminal:
./tasks.php show
- Show active tasks./tasks.php add 'Some to-do task content'
- Add new task to database./tasks.php complete 1
- Remove completed task from database by it`s ID (in example "1" - is ID of the task)