https://github.com/developertariq/morse-code
https://github.com/developertariq/morse-code
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/developertariq/morse-code
- Owner: developertariq
- License: mit
- Created: 2023-03-01T12:24:25.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-01T16:36:22.000Z (over 3 years ago)
- Last Synced: 2025-02-04T12:48:40.175Z (over 1 year ago)
- Language: Ruby
- Size: 572 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Decode Morse code
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π \[Decode Morse code\] ](#-decode-morse-code-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)
**Decode Morse code** is a tutorial on how to create a functionalities in ruby
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.
Server
- **Decode morse message**
- Live demo is not available.
To get a local copy up and running, follow these steps.
### Prerequisites
1. Before you go ahead with this React tutorial, please make sure you have:
- Basic understanding of HTML and CSS.
- JavaScript fundamentals (object, array, conditionals etc).
- Familiarity with JavaScript ES6 features (class syntax, arrow functions, object destructuring etc).
2. [Node and npm](https://nodejs.org/en/download/) are installed. Here are the versions I'll be using while making this tutorial:
```shell
$ node --version
v16.13.2
$ npm --version
8.1.2
```
> Installing npm adds two commands to the systemβ`npm` and `npx`βboth of which I'll be using while making this tutorial.
3. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) is installed. Here's the version I'll be using while making this tutorial:
```shell
$ git --version
git version 2.29.1.windows.1
```
4. A [GitHub](https://github.com/signup) account. :octocat:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/developertariq/morse-cod.git
```
> Mention all of the collaborators of this project.
π€ **Tsohle Mokhemisi**
- GitHub: [@githubhandle](https://github.com/tsohledev)
- Twitter: [@twitterhandle](https://twitter.com/Realtsohle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tsohle)
π€ **Md Tariq-ul Islam**
- GitHub: [@developertariq](https://github.com/developertariq)
- LinkedIn: [@developer-tariq](www.linkedin.com/in/developer-tariq)
- Twitter: [@developer_tariq](https://twitter.com/developer_tariq)
If you spot any bugs or issues in this activity, you can [open an issue with your proposed change](../../issues/).
If you like this project, please star the project.
I highly appreciated [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio) for his excellent design.
I would like to thank all reviewers and testers.
This project is [MIT](./LICENSE) licensed.