This is a simple console-based List Scanner application implemented in Java.
- Compile and run
Main.java
. - Choose options to manage tasks in your To-Do List.
- Follow the on-screen instructions to add, list, mark as completed, or remove tasks.
- Add new tasks with descriptions.
- List all tasks in the To-Do List.
- Mark tasks as completed.
- Remove tasks from the list.
- Interactive console interface.
- Java
Feel free to modify the code to add more features or extend its functionality.