Skip to content
Submitted over 1 year ago

Intro component with signup form |HTML| |CSS| |JS|

LVL 4
Abhi690
@abhi-zero
A solution to the Intro component with sign-up form challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

One of the biggest lessons I learned from this project is that using HTML and CSS for form validation can simplify the process, rather than relying solely on JavaScript. Integrating HTML and CSS can make tasks more manageable. Additionally, I realized the importance of testing early and often, as it helps catch problems before they become significant issues.

What challenges did you encounter, and how did you overcome them?

During the CLAIM TRIAL project, I encountered several challenges while implementing the validation form.I thought I would need to use only JavaScript for validation. However, after reviewing the HTML and CSS, I discovered errors in the CSS :not(:valid) pseudo-class. I fixed these issues and successfully utilized a combination of JavaScript, HTML, and CSS for the final validation process.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Abhi’s solution.

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