Skip to content

MuhammadUmer78/ValidateX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validate-X

Validate-X is a web application that validates email addresses for your business using the EmailValidation.io API.

Features

  • Validate email addresses quickly and easily.
  • User-friendly interface with real-time validation results.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • EmailValidation.io API

Installation

  1. Clone this repository:
git clone https://github.com/MuhammadUmer78/ValidateX.git
  1. Navigate to the project directory:
cd validate-x
  1. Open the index.html file in your preferred web browser.

Usage

  1. Enter an email address into the input field on the homepage.
  2. Click the "Submit" button to validate the email.
  3. View the validation results displayed below the form.

API Key

To use the email validation feature, you need to sign up for an API key from EmailValidation.io.

  1. Sign up and get your API key from EmailValidation.io.

  2. Replace the Your-API-Key-Here placeholder in the index.js file with your actual API key:

let key = "Your-API-Key-Here";

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/my-feature.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/my-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.