Coming Soon Page with JavaScript Email Validation
Design comparison
Solution retrospective
Hey everyone! I tried a lot of new things with this project. This was my first time using grid for the desktop layout, and I also added the ability to submit the email by both clicking on the button and pressing the Enter key. I also decided to add a success message if the email is validated correctly, because it felt a bit barebones without one.
I know the layout for medium screens is a bit weird because I wasn't sure how to position things with such little content, and on larger screens there's quite a bit of space under the logo, but since my main focus was on practicing JS, I'm pretty proud of how this turned out. As usual, I'm open to any feedback, as well.
Community feedback
- @Da-vi-dePosted over 3 years ago
Hi Lesley, it looks very good, imo it's perfect!
-
I like how you work: code indentation, comments. I wouldn't rely on
px
unit especially for media queries, i saw you userem
, it's great for everything else not just forfont-size
.Happy coding :-)
Marked as helpful0@LesleyWesleyPosted over 3 years ago@Da-vi-de Thank you so much! I'll try not to rely so much on px in my next project :)
1 -
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