Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 662 Bytes

File metadata and controls

11 lines (10 loc) · 662 Bytes

TaskPad-using-CSharp

This project is to create to-do list for day-to-day activities. In this project, you can-

  1. Create a task Enter task name, date to be complete, priority of task, message related to task.
  2. View tasks by id - You can view task details by entering id.
  3. View tasks by priority - highest priority task will be shown first.
  4. View tasks by date - tasks will be shown according to completion date first.
  5. View tasks by id - ascending order of ids of tasks.
  6. Edit a task- you can edit task name or completion date or priority or status of task (Completed/Incomplete/pending).
  7. Delete a task - delete a task by id.