-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login and Registration Pages #11
base: main
Are you sure you want to change the base?
Conversation
Forget about Zod for now, just do some basic JS validation logic as discussed :) Updated ticket requirements to reflect this Overall, great work! Keep it up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! This looks amazing and works well. I'd like to request some slight changes to the code, as you'll see in the comments. Mostly design related choices just for maintainability. In addition to the comments, could also consider:
- The login and register modals are not the same width. Some padding between the elements in both modals aren't exactly equivalent either. Could we try to make this a bit more consistent?
- Could we try indenting a bit more between JS logic? Not the biggest deal in the world, just makes it easier to read in the future.
- Try to abstract some HTML into React components, especially if code is repeated! Not a strict requirement though, I'd say
Thanks for all your hard work! This is incredible
YAY! THANKS FOR ALL YOUR HARD WORK!!! It looks great, im super happy with how it turned out!
Sign Up Pages
Stretch Goal
|
I should have addressed all review comments:
|
Login and Registration Pages
Issue Number(s): #3
/login
and/register
Checklist
form
HTML tags, with proper submission handling. For now, simply printing the form data will suffice./login
and/register
. This is subject to change