bnkamalesh / todo

A simple and minimalistic ToDo list manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple To-Do list

A prototype web app made for CodeChef by Kamaleshwar, October 2011

Installation

  • Upload all files to the webserver
  • Create a database (eg: todo)
  • Go to http://your_website_address/todo/install.php to initiate the installation process

Features

  • Written in PHP, uses a MySQL database
  • Front end is HTML, CSS, and Javascript
  • UI (signup, login, add/delete/manage events) all uses AJAX for usability
  • Users can signup for accounts to create/manage their to do lists
  • Authentication uses PHP sessions
  • Twitter Authentication supported

Libraries used

  • jQuery with jQDialog plugin
  • PHP OAuth for Twitter authentication

About

A simple and minimalistic ToDo list manager


Languages

Language:PHP 84.7%Language:JavaScript 9.2%Language:CSS 6.1%