Client side form validation using JS

Solution retrospective
Howdy!
Any input on how I could improve the JS code is welcome.
I added a few things like, minimum password characters and success message.
Other than that, I believe it worked out pretty well.
Happy coding 🤓
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tesla-ambassador
Hey Renan. This is a pretty sharp solution. I like that the layout is really responsive it's smooth. One thing I'd like to recommend is that you can reload the web page to simulate a submited form by setting a timeout function to trigger the
window.location.reload();
function. I think it'd be great for your solution!Marked as helpful
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