Final Project
Apply everything you've learned to build a Console-based Task Manager.
Requirements
- Use a
List<Task>to store tasks. - Allow users to Add, Remove, and List tasks.
- Save/Load tasks to a file using JSON.
- Use OOP principles (Create a
Taskclass). - Handle errors using Try...Catch.
Congratulations! You've gone from Zero to Hero in C#!