MORSE CODE DECODER

📗 Table of Contents

📖 MORSE CODE DECODER

MORSE CODE DECODER is a simple program that decodes a sentence in morse code. It uses a simple methodology, divide and conquer, by splitting characters into words and words into sentences.

🛠 Built With

Tech Stack

Server

back to top

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd morse-code
  git clone https://github.com/Jaymelfah/morse-code.git

Install

Install this project with:

  gem install

Usage

To run the project, execute the following command:

Example command:

  ruby morse_code.rb

back to top

👥 Authors

👤 Jeremiah Melfah

👤 Ahmed Nazir Musah

👤 Mahmoud Rizk

back to top

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

back to top

⭐️ Show your support

If you like this project...

back to top

❓ FAQ

  • Do I have to have any previous knowledge about ruby to use this project?

    • No!
  • How to use this project?

    • check the Getting Started section to have a complete guid on how to setup and run teh project.

back to top

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

back to top