Closed ankitsinghbisht8 closed 5 months ago
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Kindly add manifest files too. Because currently accepting extension projects only
Hello @ankitsinghbisht8! Your issue #456 has been closed. Thank you for your contribution!
User Interface Design: Design a user-friendly interface that allows users to input text and choose whether they want to translate it to Morse code or vice versa. You can use HTML and CSS for this part.
Text to Morse Code Conversion: Write JavaScript code to convert text input by the user into Morse code. You'll need to create a mapping between letters, numbers, and punctuation marks to their respective Morse code representations. This can be done using arrays, objects, or switch statements.
Morse Code to Text Conversion: Similarly, write JavaScript code to translate Morse code input into readable text. You'll need to reverse the mapping you created earlier.