From 14870afb017e2eed2057ce3eb7976057cf246b02 Mon Sep 17 00:00:00 2001 From: chonghaoen Date: Tue, 5 Mar 2024 23:33:33 +0800 Subject: [PATCH 1/2] Add Isaac info to team --- docs/team/isaac.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/team/isaac.md diff --git a/docs/team/isaac.md b/docs/team/isaac.md new file mode 100644 index 00000000000..4f0b4039795 --- /dev/null +++ b/docs/team/isaac.md @@ -0,0 +1,10 @@ +--- +layout: page +title: Isaac'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. \ No newline at end of file From d8fbe816c10a2dc73b93881f52a7d76a3d1d8e50 Mon Sep 17 00:00:00 2001 From: chonghaoen Date: Thu, 7 Mar 2024 19:29:18 +0800 Subject: [PATCH 2/2] Fix style of isaac.md --- docs/team/isaac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/team/isaac.md b/docs/team/isaac.md index 4f0b4039795..5dda11022d1 100644 --- a/docs/team/isaac.md +++ b/docs/team/isaac.md @@ -7,4 +7,4 @@ title: Isaac's Project Portfolio Page 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. \ No newline at end of file +Given below are my contributions to the project.