intro-component-sign-up-form HTML CSS Js Mobile-flow First
Design comparison
Solution retrospective
Greeting community, I have completed another frontend mentor challenge. I learned a lot while making this sign up form.
I'd appreciate any comments for improvements or anything I've missed in JavaScript , the way I used the functions and throwing errors . Thank you in advance.
Community feedback
- @ApplePieGiraffePosted over 2 years ago
Hello, PhoenixDev22! 👋
Nice to see you complete another challenge! 😀 Good work on this one! 👍
Your solution already looks pretty good and the form validation works rather well! If you're looking to improve your solution, a nice next step would be to re-validate each form input when its value changes (rather than when focus leaves a particular input element). That'll just make the UX a little bit nicer as the error messages will disappear as soon as the user enters valid input into a form field. 🙂 Just a suggestion! 😉
Hope this helps. 😊
Keep coding (and happy coding, too)! 😁
Marked as helpful3@PhoenixDev22Posted over 2 years agoHi ApplePieGiraffe ! Such an honor!I really appreciate taking time and reviewing my solution. I will take your suggestions on board and work through it again.
1 - @BlackpachamamePosted over 2 years ago
Quizás un poco tarde, pero ¡excelente trabajo!
Solo un pequeño detalle en los mensajes de error, llevan un estilo italic. Además, el mensaje de error de la password aparece sobre la izquierda en lugar de la derecha y tampoco se ve el icono de error dentro del input.
Pero como dije, solo es un pequeño detalle, lo demás se ve super bien :D
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord