Version 1.5
A simple web app for managing todo's. This web app only provides simple functionalities. This is only made for fun in learning git workflow, jquery/javascript and Laravel 3. The code is open sourced to allow public contribution and to allow other dev's have an open source code to read for learning purposes.
Live Demo - http://www.todoapp.tk/
Screenshot: http://imageshack.us/photo/my-images/811/webappg.png/
Instructions:
- To add a todo - Type the todo in the textbox and press enter to save
- To edit a todo - Click the todo and it will become a textbox, edit the todo and press enter to save
- To delete a todo - Click the x icon in the right side of the todo
- To toggle a todo as done/not yet done - Click the check icon in the right side of the todo
Feature Overview
- Add todo's
- Edit todo's
- Delete todo's
- Toggle a todo as done/not yet done
This web app supports up to: IE8+
Road Map for version 2.0
- Javascript Validations
- User Management
- Feature to set time of the todo
- Feature to remind the user about his/her todo through email
- Sort the todo from newest to oldest
- Support IE7 - almost done. only bug is when adding a todo
License
Version 1, December 2009
Copyright (C) 2009 Philip Sturgeon [email protected]
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DON'T BE A DICK PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
Do whatever you like with the original work, just don't be a dick.
Being a dick includes - but is not limited to - the following instances:
1a. Outright copyright infringement - Don't just copy this and change the name.
1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick. -
If you become rich through modifications, related works/services, or supporting the original work, share the love. Only a dick would make loads off this work and not buy the original works creator(s) a pint.
-
Code is provided with no warranty. Using somebody else's code and bitching when it goes wrong makes you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix back.