https://github.com/prangonghose/ruby-morse-code
This repository holds a code in Ruby to decode any letter, word, and sentence given in Morse Code.
https://github.com/prangonghose/ruby-morse-code
ruby
Last synced: over 1 year ago
JSON representation
This repository holds a code in Ruby to decode any letter, word, and sentence given in Morse Code.
- Host: GitHub
- URL: https://github.com/prangonghose/ruby-morse-code
- Owner: PrangonGhose
- License: mit
- Created: 2023-03-01T19:04:35.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-03-01T20:55:03.000Z (over 3 years ago)
- Last Synced: 2025-02-03T11:24:59.554Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Morse Code Decoder with Ruby
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
# 📖 Project Name
## Morse Code Decoder with Ruby
- `SQL`
> Describe between 1-3 key features of the application.
- A simple code to decode morse code letters, words, and sentences.
Live demo is currently unavailable.
## 💻 Getting Started
To clone the repository in local environment try following steps.
### Prerequisites
- [x] A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
Likewise for Node.js and npm for package installation.
```
$ ruby --version && gem --version
```
### Setup
Clone the repository using [this link](https://github.com/PrangonGhose/ruby-morse-code.git).
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/PrangonGhose/ruby-morse-code.git
```
### Get into development
In the terminal, run these commands to get into development.
```
$ cd ruby-morse-code
$ bundle init
$ bundle install (install dependencies)
$ ruby morse_code.rb (run the app locally)
```
### Usage
This website is applicable for both mobile and desktop version.
### Deployment
👤 **Prangon Ghose**
- GitHub: [@PrangonGhose](https://github.com/PrangonGhose)
- LinkedIn: [Prangon Ghose](https://www.linkedin.com/in/prangon-ghose/)
👤 **Alejandra Keber Maggi**
- GitHub: [@AlejandraKeber](https://github.com/AlejandraKeber)
- Twitter: [@KeberAlejandra](https://twitter.com/KeberAlejandra)
- LinkedIn: [alejandra-keber](www.linkedin.com/in/alejandra-keber)
Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.
Feel free to check the [issues page](https://github.com/PrangonGhose/ruby-morse-code/issues).
Give a ⭐️ if you like this project!
Authors would like to thank:
- [Microverse](https://www.microverse.org/)
- Code Reviewers
- Coding Partners
This project is [MIT](./LICENSE) licensed.