https://github.com/billymohajeri/decode-a-morse-code-message
Morse message decoder is a project to decode a full Morse message. This app do the decoding process by spliting a message to words and characters.
https://github.com/billymohajeri/decode-a-morse-code-message
ruby
Last synced: about 1 year ago
JSON representation
Morse message decoder is a project to decode a full Morse message. This app do the decoding process by spliting a message to words and characters.
- Host: GitHub
- URL: https://github.com/billymohajeri/decode-a-morse-code-message
- Owner: billymohajeri
- Created: 2023-03-01T07:28:37.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-02T06:55:40.000Z (over 3 years ago)
- Last Synced: 2025-02-04T01:15:22.610Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 2.73 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE/MIT.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Create database](#create-database)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 Decode a Morse code message
**Morse message decoder** is a project to decode a full Morse message. This app do the decoding process by spliting a message to words and characters.
Client
- **Decode a Morse message**
- **Decode a Morse word**
- **Decode a Morse character**
- [Not deployed yet...]()
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed and running.
- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).
### Setup
Clone this repository to your desired folder:
```
git clone git@github.com:billymohajeri/Decode-a-Morse-code-message.git
```
### Install
Install this project with:
```
cd cd Decode-a-Morse-code-message
gem install
```
👤 **Billy Mohajeri**
- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)
👤 **Yuvenal Njoroge**
- GitHub: [@yuvenalmash](https://github.com/yuvenalmash)
- Twitter: [@_Juvenal_](https://twitter.com/_Juvenal)
- LinkedIn: [Yuvenal Njoroge](https://linkedin.com/in/yuvenal-njoroge)
- [ ] **Encode a Morse message**
- [ ] **Encode a Morse word**
- [ ] **Encode a Morse character**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please consider giving it a star.
- I would like to thank all code reviewers for making this project better.
This project is [MIT](./LICENSE/MIT.md) licensed.