A simple console-based To-Do List application built with Java. It uses ArrayList to store tasks and LocalDate to manage due dates, allowing users to add, view, and remove tasks efficiently. - ...
-Basic-Library-Management-System A simple Java-based library management system that allows users to add, view, search, and remove books using ArrayList and OOP concepts.