Skip to content
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

Auth project Vittoria #340

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

vittoriamatteoli
Copy link

Netlify link

https://doggyadopt.netlify.app/

Collaborators

[vittoriamatteoli]

Copy link
Contributor

@AntonellaMorittu AntonellaMorittu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Vittoria, good job with setting up your final project implementing the auth part! Works well, but an important part is missing which is field validation. The username should have a minimum length, the e-mail field is not checking the value inserted is an actual e-mail address and the password also is recommended to have some rules set. If the valued entered (or missing) are not allowing the user to register, there should be error messages displayed in the UI for a good user experience, and to understand the instructions on how to register. So please add this fundamental part to your app. Another tip: our BE service is quite slow using a free account on Render, a way to mitigate this issue is by adding a loading state. Another small thing, set the max height of the page to fit the content, there is quite some vertical scrolling even if the page is empty, I left a comment in the code :)

align-items: center;
justify-content: center;
padding: 20px;
height: 100vh;
Copy link
Contributor

@AntonellaMorittu AntonellaMorittu May 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this height property from here, and add height: 100vh to body. Do the same with the background-color, apply it to the body and not to this inner div. This way you will remove the vertical excessive scrolling 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants