Home - brendanoc21/notes-app GitHub Wiki

Wiki for Notes App project

When running the app users will be prompted by a main menu to select from the following choices by inputting their respective integers.

  1. Add a note
  2. List notes
  3. Modify notes
  4. Search notes
  5. Count notes
  6. Save notes
  7. Load notes
  8. Exit

Once selected the user will be brought to one of three submenus. Adding contains only the ability to add a single note. Listing contains all, active or archived notes. Modifying contains update, delete or archive/activate a note. Searching contains by title, category or priority searching. Counting contains by priority, category or active status. By active status further contains by active or archived.

Saving, Loading and Exiting perform their single functions.