https://github.com/mohamedsabry0/morse_decoder
https://github.com/mohamedsabry0/morse_decoder
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamedsabry0/morse_decoder
- Owner: mohamedSabry0
- License: other
- Created: 2023-06-21T14:15:29.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-07-07T13:52:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T01:25:50.418Z (5 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# Morse Code Decoder
Morse Code Decoder is a ruby project that automates the process of decoding morse codes.
### Key Features
- A hash of Morse code characters
- A function to decode a Morse code character
- A function to decode a Morse code word
- A function to decode a Morse code message
## Getting Started
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 on your machine
- Text editor (VScode)
### Setup
Clone this repository to your desired folder:
```
git clone https://github.com/mohamedSabry0/morse_decoder.git
```
### Usage
To run the project, execute the following command:
- Type `irb` inside the termimal to open Interactive Ruby
- Copy and paste expressions from `decoder.rb` into terminal and check their results (press enter after typing each one)
👤 **Mikey1-nuel**
- GitHub: [Githubhandle](https://github.com/Mikey1-nuel)
- Twitter: [Twitterhandle](https://twitter.com/Mikey_nuel)
- LinkedIn: [LinkedInhandle](https://www.linkedin.com/in/emmanuel-nwoye-5915141b8/)
👤 **Mohamed Sabry**
- GitHub: [@mohamedSabry0](https://github.com/mohamedSabry0)
- Twitter: [@mohsmh0](https://twitter.com/mohsmh0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-sabry0/)
## Future Features
- Practice more Ruby syntax
## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mohamedSabry0/morse_decoder/issues).
## Show your support
If you like this project give it a star.
## Acknowledgements
- Thanks to Microverse for encouraging us to do this project.
## License
This project is [MIT](./LICENSE) licensed.