Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 559 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 559 Bytes

CIS4930 Assignment1

This semester you will be creating a task management application. For the first assignment, you need to create a console app that has the following features:

Create a new task
Delete an existing task
Edit an existing task
Complete a task
List all outstanding (not complete) tasks
List all tasks

The only other requirement is that your application uses a Task class with the following public properties:

Name
Description
Deadline
IsCompleted