Java Todo Reminder is a desktop task management application developed using Java Swing. The application allows users to create, manage, and track daily tasks with specific dates and times.
The system includes a reminder feature that notifies users when a task is due, helping them stay organized and manage their time efficiently. Users can add tasks with a title, description, date, time, priority, and status. All tasks are displayed in a structured table for easy tracking and updates.
Features:
* Add and manage tasks easily
* Set date and time reminders
* Track task status (Pending / Completed)
* User-friendly graphical interface
* Task organization with priority and description
Technologies Used:
Java, Java Swing, Object-Oriented Programming (OOP), Date & Time API