-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JCruz6725 edited this page Jun 24, 2025
·
1 revision
A simple task management system.
Develop a system that enables users to create, monitor, and manage to-do items. Users should be capable of performing the following actions:
- Create a to-do item.
- Change the status of a to-do item to either 'complete' or 'open'.
- View all to-do items created during a session.
- Remove a task that is no longer needed.
- Utilize C# and .NET.
- Must be an app that runs within a terminal environment.
- Must not use any 3rd - party libraries without approval.
- Software architecture should facilitate easy maintenance, updates, and improvements.