It is a user friendly application, where you can store your feedback by login or registering into the note page.
In this project, I created Three HTML pages :
* Login Page
* Register Page
* Note page
It takes USERS Username and password.
If the user doesn't have an existing account, then they will come to register page. which requires username , password , Firstname , Lastname, Mobilenumber.
In this note page, it just takes the Feedback as input.
STEP 1: This is REGISTER PAGE ( Now I am registering new user)
STEP 2: It will automatically redirect to NOTE page as shown in the figure.
STEP 3: If he gives any feedback and click “submit”. Then it will be displayed as shown
STEP 4: Then if user wants to login after some time, Then they need to go to LOGIN page.
STEP 5: If the user given correct credentials, then it will redirect to NOTE page.
STEP 6: As we can see in the picture, previous feedbacks are also shown in the page.
Finally , If he enters new feedback and click submit, it will be displayed. If he wants to logout, then just simply click on logout on the (top right corner) . Then he will be logged out and redirect to LOGIN page.