Skip to main content
Intro Component with Sign Up Form

Intro Component with Sign Up Form

A Frontend Mentor challenge building a landing page with a validated sign up form

––– views
-

frontendmentor


Short Explanation

A Frontend Mentor challenge combining a landing page hero with a sign up form. Beyond matching the design, this one required actual client-side validation logic for each input field.

Tech Stack Used

Built with plain HTML, Tailwind CSS, and vanilla JavaScript to validate each field (name, email, password) and show inline error states without a framework.