The Morse Code Translator is a Java-based GUI application that allows users to convert text to Morse code. The application provides a simple and intuitive interface for translating between these two formats.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/bhushankhopkarr/MorseCode.git
- Navigate to the project directory:
cd MorseCode
- Compile the project:
javac -d bin src/*.java
- Run the application:
java -cp bin App
- Launch the application.
- Enter the text you want to translate in the text input area.
- The translated Morse code will appear in the Morse code area.
- You can also enter Morse code to get the corresponding text translation.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.