Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 572 Bytes

File metadata and controls

16 lines (16 loc) · 572 Bytes

Task Manager

Task Manager is a simple task management program written in Java. It allows users to add, delete, and display tasks from a task list.

Table of Contents

  • Features
  • Requirements
  • Authors
  • License

Features

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

Requirements

  • Java 8 or later
  • Apache Commons Lang library for utility methods like ArrayUtils.

License

  • This project is licensed under the MIT License.