A simple console-based To-Do List application written in Java.
This app lets you manage your tasks directly from the terminal: add new tasks, view them, mark them as completed, and delete them.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- View all current tasks
- In-memory storage (data will reset when the app is closed)
- Java JDK 8 or above
- A text editor or IDE (like VS Code, IntelliJ IDEA, or Eclipse)
-
Clone this repository:
git clone https://github.com/nurulashraf/java-todo-list.git
-
Navigate to the project folder:
cd java-todo-list
-
Compile the program:
javac ToDoListApp.java
-
Run the program:
java ToDoListApp
This project is licensed under the MIT License - see the LICENSE file for details.