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.
- User-friendly interface for resolving CFX addresses.
- Instant feedback on resolved IP addresses.
- Responsive design that works on various devices.
-
Clone the repository:
git clone https://github.com/RojinxChhetri/CFX-IP-Resolver.git
-
Navigate into the project directory:
cd CFX-IP-Resolver
-
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.
- Open the application in your web browser.
- Enter the CFX address you wish to resolve in the input field.
- Click the "Resolve" button.
- The resolved IP address will be displayed on the screen.
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.
Contributions are welcome! To contribute to CFX IP Resolver, follow these steps:
- Fork the project.
- Create your feature branch:
git checkout -b feature/MyFeature
- Make your changes and test them locally.
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/MyFeature
- Open a pull request.
Please ensure your code adheres to the project's coding standards and includes appropriate comments.
This project is licensed under the MIT License
For any inquiries or support, please contact:
- Name: Rojin Chhetri
- Email: [email protected]
- GitHub: RojinxChhetri