Skip to content

hooiyan/fem-pod-request-access-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Pod request access landing page solution

This is a solution to the Pod request access landing 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 depending on their device's screen size
  • See hover states for interactive elements
  • Receive an error message when the form is submitted if:
    • The Email address field is empty should show "Oops! Please add your email"
    • The email is not formatted correctly should show "Oops! Please check your email"

Screenshot

Desktop

Tablet

Mobile

Links

My process

Built with

  • BEM naming convention
  • SCSS
  • Flexbox
  • Desktop-first workflow

Useful resources

Continued Development

For this challenge, my main focus is HTML & CSS. I would like to improve the JavaScript form validation in the future. For now, it only validates if the user enters anything in the textbox, or whether the user has entered an email with an @ in it.

Author