HTML & SCSS and JS(bad one) for validation error message
Design comparison
Solution retrospective
Hello, i am a newbie to JS. This challenge was fun and easy. But now when all newbie level challenges are done, the real fun and challenging projects are coming. Anyway, if you have any feedback about my solution please leave a comment.
Community feedback
- @ericsalviPosted over 3 years ago
Looks pretty good.
A few things I would look into a bit more. The report generated https://www.frontendmentor.io/solutions/html-and-scss-and-jsbad-one-for-validation-error-message-Mh77wyDrV/report has some accessibility issues. See if you can try to fix those.
As for the form, there are two things I noticed. First, the email validation accepts an email such as test@test which is invalid. The other thing that is sort of odd is the timeout you have to clear the errors. I wonder if you could do it a bit differently so that when the user focuses on the errored input field, it clears it away? This is a different approach and yours is still valid and works. Just from a visitor looking at the site, it gave me some weirdness if you click in the error field before the timeout happens.
Keep up the momentum!
Marked as helpful0
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