From eb0ff60b302d72ecfbc01b5a8d81da865ae0bd53 Mon Sep 17 00:00:00 2001 From: Joelwang22 Date: Thu, 7 Mar 2024 21:24:19 +0800 Subject: [PATCH] Add Joel info --- docs/team/joel.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/team/joel.md diff --git a/docs/team/joel.md b/docs/team/joel.md new file mode 100644 index 00000000000..3d3be0a58a8 --- /dev/null +++ b/docs/team/joel.md @@ -0,0 +1,10 @@ +--- +layout: page +title: Joel's Project Portfolio Page +--- + +### Project: AddressBook Level 3 + +AddressBook - Level 3 is a desktop address book application used for teaching Software Engineering principles. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC. + +Given below are my contributions to the project.