Add - brendanoc21/notes-app GitHub Wiki

Instructions

Adding contains only the ability to add a single note. Adding is reached by inputting 1 on the menu. The user is then prompted to input

  • Title
  • Priority
  • Category
  • Contents

This will then be added on to the end of the array list and can be used by other functions.