π To-Do List App
A simple and interactive console-based To-Do List application built using Java.
This project helps users manage daily tasks efficiently by allowing them to add, view, and remove tasks through an easy menu-driven interface.
π Project Overview
The To-Do List App is a beginner-friendly Java project designed to demonstrate core programming concepts such as collections, loops, methods, and user input handling. It provides a practical way to organize tasks directly from the command line.
This application allows users to:
- Add new tasks to the list
- View all existing tasks
- Remove completed tasks
- Exit the application safely
The project is ideal for students learning Java fundamentals and can serve as a starting point for building more advanced task management systems.
β¨ Features
β
Add tasks dynamically
β
View all tasks in numbered format
β
Remove tasks by selecting task number
β
User-friendly console interface
β
Lightweight and easy to run
π οΈ Technologies Used
- Java
- ArrayList
- Scanner
- Object-Oriented Programming (OOP)
π Project Structure
ToDoListApp/
βββ ToDoListApp.java
βββ README.md