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
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.
All the notes will be saved to database. To take new notes I used a rich text editor named react quill.
Main note saved as HTML, then I inject it in HTML. All notes content designed with tailwind typography.
- React
- React router
- Express
- MongoDB
- React Hook Form (with yup validation)
- Tailwind CSS
- React quill (Rich Editor)
- JWT
- Tailwind typography