Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
As a career shifter in front-end development, I'm proud of adding validation on the forms using JavaScript.
What challenges did you encounter, and how did you overcome them?Validation of email addresses with certain conditions. I overcome them by reading about the regex in JavaScript.
What specific areas of your project would you like help with?Improve and acquire techniques in form validations.
Community feedback
- @srijanssPosted 6 months ago
Great work. I like how you used regex for email validation.
Regarding the html elements. It would've been semantically correct to use <picture> element and use sources for different screen sizes. It's neat way to use multiple images for different screen sizes. And we don't need to use media queries in CSS for this one.
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