Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 2.09 KB

README.md

File metadata and controls

69 lines (43 loc) · 2.09 KB

html5 logo css3 logo javascript logo

📧 Email Validator


This project is a responsive email validation tool that allows users to check the validity of any email address. It fetches email validation details such as format, domain, SMTP status, and whether the email is disposable or registered. The tool is designed with a modern UI and provides a smooth user experience.

⚙️ Tech Stack

HTML5: Structuring the webpage.
CSS3: Styling and responsiveness.
JavaScript (ES6): Handling form submission and API requests.
API: Integration with emailvalidation.io for validating email addresses.

🔋 Features

Real-time email validation: Get instant feedback on the email you input.

Responsive Design: Fully responsive layout for mobile, tablet, and desktop devices.

Use Web3form: for contact form submission.

SMTP Check: Verify if the email server is reachable.

Disposable Email Detection: Identify disposable email addresses.

Error Handling: Graceful handling of API errors with user-friendly messages.

Run Locally

Clone the repository:

  git clone git clone https://github.com/muhammadtanveerabbas/email-validator.git

Navigate to the project folder:

  cd email-validator

License

MIT

Authors