This is a beginner-friendly Java console application that allows users to manage a simple to-do list.
- Add a new task
- Remove a task
- Display all tasks
- Simple and clean interface
- Java Core (java.util.ArrayList)
- Scanner class for user input (java.util.Scanner)
- Clone the repository or download the
.javafile - Compile the code using the command: javac ToDoList.java
- Run the program using the command: java ToDoList
- Java beginners
- First open source contribution
- Console-based project practice
===== 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!
Pull requests are welcome! This is a beginner-friendly project — feel free to improve the UI, refactor the logic, or enhance functionality!
Made with love by Akankhya Dash - Goodbye!