Validate-X is a web application that validates email addresses for your business using the EmailValidation.io API.
- Validate email addresses quickly and easily.
- User-friendly interface with real-time validation results.
- HTML
- CSS
- JavaScript
- EmailValidation.io API
- Clone this repository:
git clone https://github.com/MuhammadUmer78/ValidateX.git
- Navigate to the project directory:
cd validate-x
- Open the index.html file in your preferred web browser.
- Enter an email address into the input field on the homepage.
- Click the "Submit" button to validate the email.
- View the validation results displayed below the form.
To use the email validation feature, you need to sign up for an API key from EmailValidation.io.
-
Sign up and get your API key from EmailValidation.io.
-
Replace the Your-API-Key-Here placeholder in the index.js file with your actual API key:
let key = "Your-API-Key-Here";
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/my-feature
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.