This is a Java console-based project developed using the Java Collection Framework. The project is fully implemented using the List interface and its classes.
The Personal Task Management System helps users manage their daily tasks through a simple console interface. Users can add, view, update, and delete tasks efficiently.
This project uses only the List interface. No Set or Map is used in this implementation.
This project was created to strengthen my understanding of the List interface and to apply it in a real-world console-based application.
Through this project, I gained practical experience in using the List interface to manage dynamic data and designing clean console-based applications.