Tuesday, June 16, 2015

ToDo App(To-Do List)

To-Do list let you manage your task efficiently. It allows you to add task or any event you have to do.
You can even add subtasks to the main task you have added. The subtasks can be used as to get more detail information about main task.

You can even add checklist to the main task. Checklist lets you to add the short detail of the task.
EX:
Checklist1
       item1
       item2

you can add the checklist as below

   Grossary

  • Apple
  • Orange
  • Mango
You can add member to your task and can make conversation about the task via commenting.

I developed a todo app using php and its framework laravel.
Github link ->  todoapp

you can download the zip and test it.
All migration tables are present there.
If you have any suggestion, please comment on the post.

Saturday, September 6, 2014