Skip to content

Latest commit

 

History

History
 
 

Email Validator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Email Validator

A simple javascript program to validate emails


Table of Contents

    About The Project

  1. Built With
  2. Getting Started

  3. Prerequisites
  4. Usage

About The Project

A simple Javascript program to validate emails. By the help of regular expressions we can easily validate user's entered email.

(back to top)


Built With

(back to top)

Getting Started

Prerequisites

No prerequisites required executing this program.

Installation

  1. Clone the repository:
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git 
  1. Navigate to Email Validator Project.

  2. Open the index.html HTML file with live server.

(back to top)

Usage

screenshot



  • Check if the input value matches with regular expression
  • If it does match, print "Email is valid"
  • If it doesn’t match, print "Email is not valid"

(back to top)