decode-morse-code

Getting Started

This repository includes files with Methods in Ruby:

πŸ“— Table of Contents

πŸ“– [Decode Morse Code]

During your vacation at the seaside, time after time you find old bottles with parchment inside. Out of curiosity, you look into the next bottle and see that there is a message written in Morse code. Your curiosity grows even more - maybe you just found the lost treasure of the pirates! However, you are getting tired of decrypting messages manually. Fortunately, you can program in Ruby and you can help yourself by automating this process.

πŸ›  Built With SQL

Tech Stack

Client

Key Features

  • [Create_a_method_to_decode_a_Morse_code_character]
  • [Create_a_method_to_decode_an_entire_word_in_Morse_code]
  • [Create_a_method_to_decode_an_entire_message_in_Morse_code]

(back to top)

πŸš€ Live Demo

(back to top)

πŸš€ Project Details

πŸ’» Getting Started

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

Clone Git Repository

-Reach to following Github URL:

https://github.com/Zainab-Alzubair/decode-morse-code

-Copy the URL.

-In Visual Studio Code β€œTerminal” change the current working directory to the location where you want the cloned directory.

-Type git clone in the terminal, paste the URL you copied earlier, and press β€œenter” to create your local clone.

$ git clone {https://github.com/Zainab-Alzubair/decode-morse-code}

Prerequisites

In order to run this project you need:

  • Basic knowledge of Git, GitHub &Gitflow.
  • Basic knowledge of Ruby Ruby.
  • Basic knowledge of VS Code or any other code-editors.

Setup

Clone this repository to your desired folder:

_cd PATH_

_git clone https://github.com/Zainab-Alzubair/decode-morse-code.git

cd PATH

Usage

To run the project, execute the following command:

 rbenv install 2.5.3
 bundle install

(back to top)

πŸ‘₯ Authors

πŸ‘€ Zainab Alzubair

πŸ‘€ Robert Okoe Alabi

(back to top)

πŸ”­ Future Features

  • enable the user to input the Morse code

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

  • Thanks to Microverse for giving this opportunity to learn ...
  • Code Reviewers & Coding Partners.
  • Hat tip to anyone whose code was used.

(back to top)

❓ FAQ

Can the program convert only one word? Yes

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)