A simple Dart console application demonstrating basic Object-Oriented Programming and user interaction. The program allows the user to enter a number of tasks, add them to a list, and mark them as completed. The project includes a Task class with methods and uses stdin for input. Screenshots show the code and the program running. This project reflects my understanding of OOP, lists, and user input handling.