From dabd5cf79e38f05c41741a369c0ed3d047cea0df Mon Sep 17 00:00:00 2001 From: nlou9 <39046184+nlou9@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:09:39 -0700 Subject: [PATCH] Create code_review_Na code review --- code_review_Na | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code_review_Na diff --git a/code_review_Na b/code_review_Na new file mode 100644 index 0000000..240fcf7 --- /dev/null +++ b/code_review_Na @@ -0,0 +1,6 @@ +I really like your design. Clean and neat. the color of all the tabs are cute. Code structure is well organized. +Since I am doing user authentication part in our own project. In the code review, I checked the a bit about user authentication part. +I saw you involved Email verification in the user registation part which is pretty good. +I tried use invalid email like "test@111" which is invalid email but it passed. +I am wondering if in the future it could be a small improvement to set more email verification rules. +Overall, I really like your project.