Task Manager is a simple task management program written in Java. It allows users to add, delete, and display tasks from a task list.
- Features
- Requirements
- Authors
- License
- Add Task: Allows adding a new task to the task list.
- Delete Task: Allows deleting a task from the list if it exists.
- Display Tasks: Displays all tasks from the current list.
- Java 8 or later
- Apache Commons Lang library for utility methods like
ArrayUtils.
- This project is licensed under the MIT License.