GithubHelp home page GithubHelp logo

textconversion's Introduction

Text Converter Text Converter

Text Converter

This Basic web app was built using PHP and css. it can convert text to BINARY, HEX, and ASCII.

Getting Started

To run the Text Converter locally on your machine, follow the instructions below:

Prerequisites

  • PHP (PHP 5.4 or higher is recommended).
  • A web server (e.g., Apache, Nginx) with PHP support.
  • A modern web browser (Google Chrome, Mozilla Firefox, etc.).

Installation

  1. Clone this repository or download the ZIP file and extract it to your web server's document root or a directory accessible by your web server.

  2. Start your web server to serve the application.

Usage

  1. Open your web browser and navigate to the Text Converter application's URL (e.g., http://localhost/textconversion/index.php).

  2. The application will display a simple form with an input field.

  3. Enter the text that you want to convert in the input field. Then select the checkboxes according to your preference.

  4. Click the "Convert" button to perform the conversion.

  5. The application will display the results for binary, hexadecimal, and ASCII representations of the input text below the form.

Example

Suppose you enter the text "Hello" in the input field and click "Convert."

The application will display the following results:

  • Binary Result: 01001000 01100101 01101100 01101100 01101111
  • Hexadecimal Result: 48 65 6c 6c 6f
  • ASCII Result: 72 101 108 108 111

License

This project is licensed under the MIT License.

Contributions

Contributions to this project are welcome! If you find any issues or want to add new features, feel free to open an issue or submit a pull request.

Acknowledgments

  • The project is inspired by the need to provide a simple text conversion tool for developers and learners.
  • The conversion logic is based on standard PHP functions for binary, hexadecimal, and ASCII representations.

Author

Text Converter is developed by Abiodun Adeniji.

Release History

  • Version 1.0.0 (2023-07-28): Initial release of Text Converter.
  • Version 1.0.1 (2023-08-01): Latest release of Text Converter.

textconversion's People

Contributors

lagostechboy avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.