Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 936 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 936 Bytes

Frontend Mentor - Base Apparel coming soon page solution

This is a solution to the Base Apparel coming soon page challenge on Frontend Mentor.

Desktop Screenshot

Mobile Screenshot

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • Javascript

What I learned

  • During this project I learned more about Regular Expressions in Javascript and it was very interesting to try different combinations to make a pattern validation for the email input field.
const regEx = /[expression]+/g
  • I also learned more about ways to activate some parts of CSS with Javascript, input validations and error treatment.

That's it for this project. Thanks for taking a peek. Bye!

- Caio Luna