Skip to content

RojinxChhetri/CFX-IP-Resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFX IP Resolver

Overview

CFX IP Resolver is a simple web application that allows users to resolve CFX addresses to their corresponding IP addresses using a user-friendly interface. This application is built with HTML, CSS, and JavaScript, making it lightweight and easy to deploy.

Features

  • User-friendly interface for resolving CFX addresses.
  • Instant feedback on resolved IP addresses.
  • Responsive design that works on various devices.

Table of Contents

Installation

Steps

  1. Clone the repository:

    git clone https://github.com/RojinxChhetri/CFX-IP-Resolver.git
  2. Navigate into the project directory:

    cd CFX-IP-Resolver
  3. Open the index.html file in your web browser:

    open index.html  # For macOS
    start index.html # For Windows

    Alternatively, you can host the files using a local server. If you have Python installed, you can use:

    python -m http.server

    Then, navigate to http://localhost:8000 in your web browser.

Usage

  1. Open the application in your web browser.
  2. Enter the CFX address you wish to resolve in the input field.
  3. Click the "Resolve" button.
  4. The resolved IP address will be displayed on the screen.

File Structure

The project has the following structure:

CFX-IP-Resolver/
├── index.html         # Main HTML file
├── styles.css         # Stylesheet for the application
└── script.js          # JavaScript file for handling logic
  • index.html: Contains the main structure and content of the web application.
  • styles.css: Includes styles to enhance the appearance of the application.
  • script.js: Contains JavaScript code that handles the logic for resolving CFX addresses.

Contributing

Contributions are welcome! To contribute to CFX IP Resolver, follow these steps:

  1. Fork the project.
  2. Create your feature branch:
    git checkout -b feature/MyFeature
  3. Make your changes and test them locally.
  4. Commit your changes:
    git commit -m 'Add some feature'
  5. Push to the branch:
    git push origin feature/MyFeature
  6. Open a pull request.

Please ensure your code adheres to the project's coding standards and includes appropriate comments.

License

This project is licensed under the MIT License

Contact

For any inquiries or support, please contact: