JSP, Servlet, JDBC, and MySQL Database Project - Todo App

In this post, we would like to suggest a free open-source project that is the Todo App developed using JSP, Servlet, JDBC, and MySQL database for learning purposes. So go ahead, check out the source code, and have a hands-on experience on real-time project.

BookStore App project is an open-source and available on GitHub repository at https://github.com/RameshMF/todo-application-jsp-servlet-jdbc-mysql.

JSP, Servlet, JDBC, and MySQL Database Project - Todo App

In this project, you will implement the following features:
  • Develop User registration module implementation
  • Develop a Login module implementation
  • Develop a Todo CRUD operations implementation
Below are the screenshots shows the UI of our Todo App:

User Registration Page


Login Page

Add New Todo Page


Update Todo Page

List Todo Page

Delete Todo Page


References

YouTube video tutorial at https://youtu.be/GXuZ_ymBrQY


Comments