Frontend Mentor - Base Apparel coming soon page solution

This is a solution to the Base Apparel coming soon page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Receive an error message when the form is submitted if:
    • The input field is empty
    • The email address is not formatted correctly

Screenshot

Links

  • Solution URL: Here
  • Live Site URL: Here

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • JS

What I learned

I learned the concept of making forms using JS. I learnt about using "

", onsubmit(), indexOf(),split() and some() and few more. The some() tells if atleast one element in the array satisfies a condition in a callback function Split() splits the string into an array of substring with a specified separator

Continued development

I want to continue focusing on JavaScript and understand its functions

Author

Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.

Acknowledgments

Thanks to a Youtube video by Thapa Technical I understood how to implement making a form validation and understand the logic behind it