Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.29 KB

File metadata and controls

44 lines (25 loc) · 1.29 KB

Task_Manager

This is a simple PHP based Task Manager application which helps you to keep a track of tasks on a daily basis. You can add/update/delete Tasks as well as you can categorize the tasks by lists. Also you can add/update/delete lists. PhpMyAdmin is used as database to store the lists and tasks.

Following is an example of the working of the Manager:-

1] This is the home page which displays all the tasks. Also you can update/delete the task just by clicking on the button.

Home Page

2] On this page you can add a new task.

Add Task

3] On this page you can update an existing task.

Update Task

4] This page displays all the lists. You can use lists to categorize the tasks. For Eg: If my task1 is done, I can create a list as "Done" and add that task in this category.

Manage Lists

5] On this page you can update the lista.

Update List

6] On this page you can add new lists.

Add List

7]This page is a list(category) and displays task under it.

To-Do

Doing

Done