Skip to content
JCruz6725 edited this page Jun 24, 2025 · 1 revision

ToDoList wiki

System Overview

A simple task management system.

Requirements

Functional Requirements

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.

Non-Functional Requirements

  • 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.

Clone this wiki locally