Skip to content

LFGHcoder/morse-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Decoder

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.


Local Setup

Clone the repository:

git clone https://github.com/LFGHcoder/morse-decoder.git

Navigate into the project folder:

cd morse-decoder


Run Locally

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.


Deploy to Firebase Hosting

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


Live Demo

https://morse-decoder-3ff1a.web.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors