A simple ToDo application built using Java for the backend and HTML, CSS, and JavaScript for the frontend. This application allows users to manage their tasks efficiently by adding, editing, marking them as completed, and deleting them.
- Add new tasks
- Edit existing tasks
- Mark tasks as completed
- Delete tasks
- Responsive design for mobile and desktop
- Reminder feature also included
- HTML: Structure of the web pages
- CSS: Styling for the application
- JavaScript: Dynamic and interactive behavior
- Java: Handles server-side operations
- Spring Boot: For request handling
- JSP: For rendering dynamic content
Ensure you have the following installed on your system:
- Java 17 or higher
- Apache Tomcat or any Java-compatible server
- IDE (like IntelliJ IDEA, Eclipse, or VS Code with Java extensions)
- Web browser