This web application allows users to track their tasks by entering task details such as type, name, and due date. The tasks are then sorted based on their due dates for better organization.
Task Input Form: Users can enter task details including type, name, and due date using the provided form.
Dynamic Task Addition: Users can dynamically add more task input fields as needed.
Sorting: Tasks are automatically sorted based on their due dates before being displayed.
Clean and Responsive Design: The user interface is designed to be intuitive and responsive for a seamless user experience.
Java
Servlets
HTML
CSS
JavaScript
Clone the repository to your local machine.
Import the project into your preferred Java IDE.
Build and run the project on a servlet container such as Apache Tomcat.
Access the application through the provided URL.
Enter task details in the form and submit.
View the sorted tasks on the result page.