-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Once the project is up and running a startup page is seen where a new user can register and an existing user can log in.

On clicking on the register button the user is asked to enter the information.

If the registration is successful then the user is prompted a message Registration Successful and then the user is asked to click on the message.

Once the user clicks on the message then the user is redirected to Login Page.

If the user is logged in successfully then the user is redirected to home page where a button is available for the user to start taking the notes.

Once the Start Here button is clicked then user is redirected to the page where it can allow the user to enter the title and contents of the notes.

In this page if the user wants to check the details then click on the button where the name of the user is written and it will prompt the details of the user.

If the user clicks on Add Notes then the user is automatically redirected to a page called Show Notes where all the notes written by the user can be seen according to the latest timestamp.

In this page the user is allowed to edit or delete the notes. If the user chooses an edit option then a particular note can be edited with the id.

Similarly if the user wants to delete the notes then the user is prompted with the message if the note is deleted successfully.
