/Note_Taking_Mern

Note taking app using React, Redux, NodeJS and MongoDB(Atlas)

Primary LanguageJavaScript

Note taking app using ReactJS, Redux, NodeJs.

The user is prompt to create Labels for notes ( at least 3 characters long). Then create notes "Create Note" for specific labels, for example:

On the "Notes" the list of all notes are displayed.

  • The user creates a "Health" label by selecting the "Add label" tab on the navbar
  • To create the note, the user selects one of the labels suggested in a drop-down list (selects "Health") and types the note.