Mini_Python_Projects
Mini_Python_Projects copied to clipboard
Email Validator Application Feature
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?