Skip to content

This is a note creating app where users can login and view, create and edit their notes separately

Notifications You must be signed in to change notification settings

ruhneb2004/Note-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Clip Notes

Clip Notes is a simple note taking website. The app provides all the basic features of a note taking app. The user can create, edit, view and delete their posts.

Welcome Page

This page welcomes the user and also checks whether the user where previously logged in and if so the user is directly taken into the login page without any signin. This done by token verification.

Screenshot 2024-02-04 at 5 41 25 PM

Sign Up Page

The users can sign up and then enter into the page here. The user will be provided a token which will be stored in the local storage which then will be used for all future verifications. The password of the user is stored as hash for added security. Appropriate errors will also be thrown incase of invald opperations. Screenshot 2024-02-04 at 5 44 09 PM Screenshot 2024-02-04 at 5 44 22 PM Screenshot 2024-02-04 at 5 44 49 PM

Sign In Page

The user if logged out have to enter their password and email correctly to enter into the website. If the user matches with the db then the signin will be success and token will be issued for the user. Appropraite errors are also thrown here for a smooth experience Screenshot 2024-02-04 at 5 50 05 PM Screenshot 2024-02-04 at 5 50 24 PM

Main Page

This is the heart of the website and all the functionalities lie here. The user is able to create notes and store them in the right column. The user has the ability to edit the notes by clicking on them. The buttons for edit and delete will pop up for individaul notes and the user can delete, edit or even view the notes from there. The container containing the notes are adjustable is size so that the user can resize them to make the heading or description portions larger. On clicking the edit button a pop up will appear and the user can edit their notes there or view them in a large section for better readability. If the user only closes the website and dosent log out then user dont have to enter their password again for entering the website but if they do log out then the token will be removed from the local storage and the user will have to signin again. Screenshot 2024-02-04 at 5 52 49 PM Screenshot 2024-02-04 at 5 53 34 PM Screenshot 2024-02-04 at 5 57 45 PM

About

This is a note creating app where users can login and view, create and edit their notes separately

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published