Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Email Validator Application Feature

Open PranjaliRandive opened this issue 3 months ago • 2 comments

Description: Add an Email Validator feature that allows users to check if an email address is valid. The validator should:

  • Ensure the input contains exactly one "@" symbol.
  • Verify that a valid domain name exists after the "@".
  • Optionally, validate common domain extensions like .com, .org, .net.

Functionality:

  • Users can input an email address in a text field.
  • On submission, the will display whether the email is valid or invalid.

@RK1905101 I would love to contribute on this. Could you please assign it to me?

PranjaliRandive avatar Oct 17 '25 08:10 PranjaliRandive