Skip to content

A MERN stack project. User will write down their notes and will be able to access from anywhere.

Notifications You must be signed in to change notification settings

Shaharafat/noteit

Repository files navigation

noteit

A MERN stack project. Its a fast and easy to use note taking application for DESKTOP. User will be able to create note, search note with tag or title.User can access his notes from any device by logging in.

Sample Account : contact.shaharafat@yahoo.com
password: shah1ArafaT


Home page image

To create note user must login to the account. If don't have any account, user should register then log in. JWT token verification added to authenticate user. If a user forget his password then, user can reset password by email varification system.

Log in page

All the notes will be saved to database. To take new notes I used a rich text editor named react quill.

Dashboard Image

Main note saved as HTML, then I inject it in HTML. All notes content designed with tailwind typography.

Dashboard Image


Technology Used

  • React
  • React router
  • Express
  • MongoDB
  • React Hook Form (with yup validation)
  • Tailwind CSS
  • React quill (Rich Editor)
  • JWT
  • Tailwind typography