This web application translates text to Morse code and vice versa, offering a digital rendition of a communication method developed in the early 19th century. Morse code was pivotal in long-distance communication before the advent of widespread telecommunications. Today, it remains significant not only for its historical value but also for its applications in accessibility, particularly for individuals with disabilities who may use it for communication via assistive devices.
This project is a hobby project created for learning and fun, aiming to explore Morse code's role in digital communication and its historical significance. It serves as an educational tool and a practical implementation of Morse code translation in a digital environment.
- Translate text to Morse code and vice versa.
- Play Morse code as audio tones.
- Translate text by hitting the Enter key.
To run the Morse code translator locally:
Clone this repository:
git clone https://github.com/kushagra-xo/morse-code-translator.gitNavigate into the project directory:
cd morse-code-translatorOpen the index.html file in your web browser. Alternatively, view the live demo hosted on GitHub Pages.
- Enter text or Morse code in the input field.
- Press the Enter key to translate the input.
- The translation will be displayed in the output field.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to create an issue or fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
