Hibernate To-Do List Application

Developed a task management app using Hibernate that lets users add, update, and manage daily tasks efficiently.

Add Task

I created a simple To-Do List application using Hibernate where users can efficiently manage their daily tasks. The system allows users to add new tasks to the list and also delete tasks once they are completed, with all data being stored and managed in the database through Hibernate ORM.

Todo Application