Skip to content

Akankhya-Dash/java-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java To-Do List (Console App)

This is a beginner-friendly Java console application that allows users to manage a simple to-do list.

Features

  • Add a new task
  • Remove a task
  • Display all tasks
  • Simple and clean interface

Libraries Used

  • Java Core (java.util.ArrayList)
  • Scanner class for user input (java.util.Scanner)

How to Run

  1. Clone the repository or download the .java file
  2. Compile the code using the command: javac ToDoList.java
  3. Run the program using the command: java ToDoList

Ideal For

  • Java beginners
  • First open source contribution
  • Console-based project practice

Example

===== TO-DO LIST MENU =====
1. Add Task
2. Remove Task
3. Display Tasks
4. Exit
Enter your choice: 1
Enter the task: Complete Java Project
Task added successfully!

Want to contribute?

Pull requests are welcome! This is a beginner-friendly project — feel free to improve the UI, refactor the logic, or enhance functionality!

Author

Made with love by Akankhya Dash - Goodbye!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published