To Do List Application created in custom MVC PHP and components from SemanticUI CSS Framework
Create the following SQL table
CREATE TABLE `notification` (
`id` TINYINT(3) UNSIGNED NOT NULL AUTO_INCREMENT,
`name` TINYTEXT NOT NULL,
`description` TEXT NULL,
`completed` BIT(1) NOT NULL DEFAULT b'0',
`dateAdded` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
)
Authenticate your acount by adding a cookie with key
and value
based on data\alexkey.php
Visit /addCookie.html, click on Add cookie
and refresh the home page
Project of 2017 by Alex Kantas