✅ ToDo List in C# (Console App) A simple command-line interface (CLI) application built with C# to manage tasks efficiently.
Features:
Add new tasks
List pending and completed tasks
Mark tasks as completed
Remove tasks
Technologies and concepts used:
C# with .NET (console application)
Generic lists (List)
Control structures (if, switch, while, for)
Custom methods for modular code
Clean code practices in a terminal-based environment
💡 Purpose: Practice and reinforce core C# programming fundamentals by building a functional CLI application without using any graphical interface.