Submitted 12 months ago
Built with SASS and JavaScript - Fully functional email validation
@danielmrz-dev
Design comparison
SolutionDesign
Solution retrospective
Hey, I'm Daniel and this is my solution for this challenge! 😁
Very happy with the challenge, specially because I managed to create a fully functional email validation with JavaScript
. This was impossible to me a few months ago.
If you have any suggestions on how I can improve this project, feel free to leave me a comment!
Feedback welcome 😊
Community feedback
- @matiasluduena23Posted 12 months ago
Hi Daniel ! Good work!!! Just one advice that might help you in this and future projects.
- When you have a suscribe input most of the cases your are sending data to a server. Is a good practice to use a form to wrap your input fields. You can change your
.subscribe
div for a form element.
Good code!
Matias
Marked as helpful2@danielmrz-devPosted 12 months agoTrue, I forgot about that!
Thank you!
@matiasluduena23
0 - When you have a suscribe input most of the cases your are sending data to a server. Is a good practice to use a form to wrap your input fields. You can change your
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