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.