The ASCII Converter is a simple web application that allows users to convert any word or phrase into its corresponding ASCII codes. This project serves as a basic example of how to use HTML, CSS, and JavaScript to create an interactive web page.
- User-friendly interface
- Real-time conversion of input text to ASCII codes
- Stylish and responsive design
- HTML
- CSS
- JavaScript
To get a local copy of the project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/joeboy77/ASCII_Converter.git
- Navigate to the project directory
cd ascii-converter
- Open the index.html file in your favorite web browser:
open index.html
- Open the index.html file in a web browser.
- Enter a word or phrase in the input field.
- Click the "Convert" button.
- The ASCII codes for each character in the input will be displayed below.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repository and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Vanessa Elinam Darker
- Frank Osei Adams
- Godwin Sarfo Kantanka
Thank you for checking out the ASCII Converter! If you have any questions or feedback, feel free to reach out.