Skip to content

alexkantas/list

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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