/iNotes

This is a complete React app with NodeJS as the backend, MongoDB as the database, and React is used in the frontend. This app has authentication with a username in the form of an email. A person creates an account, logs in and saves his notes in MongoDB. This app also uses bycryptJS to protect passwords and JWT(JSON web token) to recognise the user by giving a token and storing it in the local storage of the browser so that when the user comes again he is automatically logged in. A person can create, edit, and delete their notes easily.

Primary LanguageJavaScript

Stargazers