This is a solution to the Intro component with sign up form challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Hi! This is my attempt at the Intro component with signup form challenge. This challenge was fairly straightforward. I attempted it in order of markup, styling all the components (including responsiveness), then scripting the form validation.
Desktop
Mobile
- I restructured all of the markup before moving on to styling.
- I modularised my SASS files for better structuring and readability, then worked on them in order (declaring variables based on the style guide, resets, the page and its elements, then media queries).
- After fine-tuning the styling to match the design document as much as possible (including responsive styling), I then worked on the Javascript form validation.
- I then tweaked some final touches on the form itself.
- Semantic HTML5 markup
- SASS
- Flexbox
- Grid
- Javascript form validation (Event listeners)
I learned about how to handle validation for multiple input elements individually.
- Github - sheronimo
- Frontend Mentor - @sheronimo

