Design comparison
Solution retrospective
I'm proud that this is my first project employing JavaScript. the project required to validate an email input. which I implemented using a simple regex. I'm sure the regex is not enough but it seems the most correct way to validate an email is to send a confirmation mail which seems outside the scope of the project.
What challenges did you encounter, and how did you overcome them?The main challenge was to validate the email. and how to handle the error appearing in the UI. did a couple of trials and errors to get it working. but essentially it's just an empty paragraph that's hidden and only shows when the email is not valid positioned using grid.
What specific areas of your project would you like help with?I would to know if my JavaScript code adhere to best practices.
Thank you for your interest in my solution.
Community feedback
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