A web application that allows users to translate between Latin alphabet and Morse Code in real-time, with additional historical context and learning resources.
-
Two-Way Translation
- Latin alphabet to Morse Code encoding
- Morse Code to Latin alphabet decoding
- Real-time translation as you type
-
User Interface
- Clean, intuitive web interface
- Copy/Paste functionality
- Clear text option
- Support for letters, numbers, and special characters
-
Educational Resources
- Complete Morse Code glossary
- Historical background
- Real-world usage examples
- HTML5
- CSS3
- JavaScript (ES6+)
- Express.js
- Clone the repository:
git clone https://github.com/sarahroy/Morse_Code_Translator.git
- Install dependencies:
npm install
- Start the application:
npm start
- Enter Latin text in the top text area to encode to Morse Code
- Enter Morse Code in the bottom text area to decode to Latin text
- Use the copy button to copy the translated text
- Use the clear button to reset the input fields
- Letters (A-Z)
- Numbers (0-9)
- Special Characters (?, !, ., ,, ;, :, +, -, /, =)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
ISC
Sarah Roy