From 64826edbdfdd01738af3aeeca2d08276d0bfccdb Mon Sep 17 00:00:00 2001 From: Tiffany Zhang <48366808+Tiffanyxk3@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:43:47 -0700 Subject: [PATCH] Code review Comments for Junyi Liu --- public/js/clientIndex.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/clientIndex.js b/public/js/clientIndex.js index 534e30a..713debe 100644 --- a/public/js/clientIndex.js +++ b/public/js/clientIndex.js @@ -193,6 +193,6 @@ document.addEventListener("DOMContentLoaded", async () => { }) - - - +/* It's a well structured project overall. The design is very clear and easy to understand. + * The JS and CSS code is orgnaized in modules, the pages are formatted, and the files are separated in different folders. + */