https://github.com/raihan2bd/enumerable
Enumerable is a Ruby project that includes a module, "MyEnumerable", and a class, "MyList". It provides a subset of the functionality of Ruby's built-in Enumerable module and enables developers to create their own custom lists and iterate over them.
https://github.com/raihan2bd/enumerable
ruby
Last synced: 21 days ago
JSON representation
Enumerable is a Ruby project that includes a module, "MyEnumerable", and a class, "MyList". It provides a subset of the functionality of Ruby's built-in Enumerable module and enables developers to create their own custom lists and iterate over them.
- Host: GitHub
- URL: https://github.com/raihan2bd/enumerable
- Owner: raihan2bd
- License: mit
- Created: 2023-05-11T13:15:24.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-12T04:21:50.000Z (about 3 years ago)
- Last Synced: 2025-03-05T03:16:19.471Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 1
- 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)
- [🚀 Project Demo](#project-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)
**Enumerable** is a Ruby project that includes a module, "MyEnumerable", and a class, "MyList". It provides a subset of the functionality of Ruby's built-in Enumerable module and enables developers to create their own custom lists and iterate over them.
Back-end
## 🚀 Project Demo
`Project demo will update soon!`
- Implements a subset of the functionality of Enumerable.
- Includes methods for checking if all or any elements satisfy a given condition.
- Provides a method for filtering elements based on a given condition.
- Easily extensible with additional methods as needed.
This repository includes ruby code that can be use to decode the morse code.
- At first Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/raihan2bd/enumerable.git
```
- To use this repo to your local computer make sure you have installed [Ruby](https://www.ruby-lang.org/)
- To install necessary require packages open your favorite cd to this project then try the below command
```
gem install
```
- To run this project on your local machine `Enter` the below command
```
ruby my_list.rb
```
👤 **Abu Raihan**
- GitHub: [@raihan2bd](https://github.com/raihan2bd)
- Twitter: [@raihan2bd](https://twitter.com/raihan2bd)
- LinkedIn: [raihan2bd](https://linkedin.com/in/raihan2bd)
👤 **Kanu Chukwuemeka**
- GitHub: [@mekuseo](https://github.com/mekuseo)
- Twitter: [@fullstack_pison](https://twitter.com/fullstack_pison)
- LinkedIn: [chukwuemekakanu](https://linkedin.com/in/chukwuemekakanu)
- [ ] **We will create custom `find?` enumerable**
- [ ] **We will create custom `sort`, `map`, `min`, `max` and many more enumerable**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
Without Microverse Help this project not compleated at all so thanks a lot Microverse for giving us this kind of opertunity.
This project is [MIT](./LICENSE) licensed.