You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application will allow a user to create new tasks, assign them a title and due date, and choose a project for that task to belong to.
It has a text based user interface via the command-line.
Once the user is using the application, he/she should be able to also edit, mark as done or remove tasks. They can also quit and save the current task list to file, and then restart the application with the former state restored.
The solution achieves the following requirements:
‣ Model a task with a task title, due date, status and project
‣ Display a collection of tasks that can be sorted both by date and project
‣ Support the ability to add, edit, mark as done, and remove tasks