
Newsletter sign-up form with success message - Using JS Regex
Design comparison
Solution retrospective
Got to learn about the Regex in JavaScript, hoping it may help in the long term. Next time, I will be trying to use some 3rd party Apis of js for validation.
What challenges did you encounter, and how did you overcome them?The most challenging part was to give styling to the input focus in a way that it fulfills the requirements. I got to know how multiple styling can be added through JS Object.assign()
function, but the best way to do it was to just add or remove classes.
Any Suggestions on how to get precise margins and paddings without spending hours on experimenting?
Join 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