Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
This is my first attempt at coding with JS. I noticed that I hadn't properly planned how errors would appear. That's why I had a problem with displaying a red border around input elements.
What challenges did you encounter, and how did you overcome them?My solution was that the red border of the input elements was displayed after the page was loaded. Therefore, I added code in the script.js file that, after loading the page, removes the "error" class from the input elements.
What specific areas of your project would you like help with?I'm wondering how to solve the problem with displaying red borders on input elements?
Community feedback
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