Skip to content

Minimal responsive to do list build with Semantic UI and custom PHP framework

License

Notifications You must be signed in to change notification settings

alexkantas/list

Repository files navigation

List

To Do List Application created in custom MVC PHP and components from SemanticUI CSS Framework

todo2

Run the project

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

Authention

Visit /addCookie.html, click on Add cookie and refresh the home page

Project of 2017 by Alex Kantas

About

Minimal responsive to do list build with Semantic UI and custom PHP framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published