-
User can Signup and Login to the app.
-
User can add notes in their account.
-
User can see the notes stored in their account.
-
It is completely responsive, user can use it from any device.
-
The notes are synced in real time on all the devices, you just need to refresh the page.
-
JSP (Java Server Pages) for creating the structure of the webapp and server side rendering.
-
Custom CSSfor styling the webapp and making it responsive. -
JDBC (Java Database Connectivity) API for interacting with MySQL databse.
-
Servlet for processing incoming get/post request from the user and forwarding the user to suitable JSP page after processing the request.
-
Java for implementing the logic.
-
MySQL Database for storing user details as well as their notes.
-
Tomcat Server for hosting and running the project locally.
Click on this thumbnail to watch the video.



