Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To do list using java #396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Dev-Aditya-More
Copy link

This pull request adds a simple console-based To-Do List application written in Java.
The application allows users to:

* Add tasks to a list
* Remove tasks by their index
* View all tasks in the current list
* Exit the application via a user-friendly menu

Key Features:

* Task Class: Encapsulates the task's description as an object.
* ArrayList Management: Uses an ArrayList to dynamically manage the tasks.
* Console Menu: Provides an interactive user interface for adding, removing, and viewing tasks.
* Input Validation: Ensures users don't remove tasks that don't exist and handles invalid input gracefully.

manages tasks more efficiently within 100 lines of code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant