/noteworthy

Note-taking application created with Java swing graphics. Created in December 2017.

Primary LanguageJava

noteworthy

Noteworthy is a note-taking application written in Java. I created it in December of 2017 to further familarize myself with Java GUI and the principles of object-oriented design.

functionalities

Noteworthy provides a GUI that allows users to:

  • register for an account
  • log into an existing account
  • create new notes
  • edit or delete existing notes

how to run

To run the application, download all files found in the repository. Compile all .java files and run NoteworthyRunner.

Note: All user login data is stored in "userData.txt". Each user has a text file named after them in the "notes" folder, where all their existing notes are stored.

screenshots

main_menu

login

notes_menu_empty

note_example

notes_menu_full