Design comparison
Solution retrospective
faced a lot of challenges on the javascript part. I am still learning javascript and this was the best challenge to improve on my skills.
Community feedback
- @Aimal-125Posted over 1 year ago
In your css code, increase the height of 120 or 150vh by using media query with
max-height: 400px;
so that your web app looks good on small heighted screens as mine samsung j3.0 - @javascriptor1Posted over 1 year ago
Hi joshua carter ,
Nice work. If you supply an email like [email protected] , the form won't stop you and will submit even though this email is not valid.
Use a tested regular expression pattern for email to make sure only valid emails are allowed. Here is one which I use in all my solutions :
/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
Note : Top level domain should end with 2 characters
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