This is a simple console-based To-Do List application written in Java.
It allows users to manage tasks directly from the terminal.
- Add new tasks
- View all tasks
- Mark tasks as completed
- Remove tasks
- Simple text-based menu
- Java (JDK 17+)
- Console (Scanner for input)