This project is to create to-do list for day-to-day activities. In this project, you can-
- Create a task Enter task name, date to be complete, priority of task, message related to task.
- View tasks by id - You can view task details by entering id.
- View tasks by priority - highest priority task will be shown first.
- View tasks by date - tasks will be shown according to completion date first.
- View tasks by id - ascending order of ids of tasks.
- Edit a task- you can edit task name or completion date or priority or status of task (Completed/Incomplete/pending).
- Delete a task - delete a task by id.