This is a small web app that converts Morse code into readable text and vice versa.
Features
- Decode Morse code
- Encode text to Morse
- Copy output
- Recent translation history
- Morse sound playback
Built using HTML, CSS, JavaScript and deployed with Firebase Hosting.
Clone the repository:
git clone https://github.com/LFGHcoder/morse-decoder.git
Navigate into the project folder:
cd morse-decoder
You can run the project by simply opening the main file in a browser:
index.html
Alternatively, you can start a simple local server:
npx serve .
Then open the provided localhost URL in your browser.
Install Firebase CLI:
npm install -g firebase-tools
Login to Firebase:
firebase login
Initialize hosting (if not already done):
firebase init hosting
Deploy the app:
firebase deploy