Skip to content

Sa-YoorHeadley/Form-Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Validation

HTML/CSS Form with validation using Regular Expressions.

last update open issues


Description

This simple is a HTML/CSS Form that uses JavaScript and Regular Expressions to validate the inputs. CSS and Javascript are used to print errors to the form.

Inputs that result in errors:

  • Any of the inputs are blank
  • Email invalid
  • Passwords do not match

Concepts Used

  • CSS Flexbox, Absolute positioning
  • Class toggling, DOM Manipulation, Event Listeners
  • Regular Expressions
screenshot

Live URL


Tech Stack

  • Javascript
  • CSS
  • HTML

Run Locally

Clone the project

git clone https://github.com/Sa-YoorHeadley/Form-Validation.git

Go to the project directory

cd Form-Validation

Run using Live Server

Alt + L 
Alt + O

Acknowledgements