# List Scanner (Java)

This is a simple console-based List Scanner application implemented in Java.

## How to Use

1. Compile and run `Main.java`.
2. Choose options to manage tasks in your To-Do List.
3. Follow the on-screen instructions to add, list, mark as completed, or remove tasks.

## Features

- 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.

## Technologies Used

- Java

Feel free to modify the code to add more features or extend its functionality.
