The Morse Code App allows users to talk to other people in a chat-like environment. Write text and play it as morsecode. Record morsecode and convert it to text. You can also practice translation some preconfigured words.
✅ Send and retrieve messages via audio in text and morse format
✅ Customise your callsign to identify yourself in your messages
✅ Learn to read and write morse with our built-in learnpage
✅ Replay old messages
🔜 Save your contacts with their callsigns
🔜 Share your callsign via QR-Code
🔜 Encrypt Messages for maximal security
🔜 Change the morsecode sounds to Trump noises (Bing Bong)
Important
Please make sure you have node and npm installed to start building the application.
First, install all necessary packages:
npm installThen, you need to eject out of the managed workflow by typing:
npx expo prebuildIf you have an Android VM present on you machine, you are able to run it with:
npx expo run:androidFor an iOS VM run it with
npx expo run:ios