Count - brendanoc21/notes-app GitHub Wiki

Instructions

Counting contains by priority, category or active status. By active status further contains by active or archived. Counting is accessed by inputting 5 on the menu. This will prompt the user with a submenu containing the following:

  1. By priority
  2. By category
  3. By active status

Selecting them by inputting their respective integers does the following:

  • Priority prompts the user for a number from one to five and counts the notes of that priority
  • Category prompts the user for a category and counts notes containing the input
  • Active status opens another submenu, allowing the user to input 1 for Active notes or 2 for Archived notes, this will then count there respective notes