Skip to content

eristocrates/cis4930assignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages