https://github.com/bohaz/create-your-own-enumerable
https://github.com/bohaz/create-your-own-enumerable
ruby
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bohaz/create-your-own-enumerable
- Owner: bohaz
- Created: 2023-08-31T21:32:52.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-06T21:14:13.000Z (almost 3 years ago)
- Last Synced: 2025-07-21T03:30:07.646Z (11 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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)
- [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)
This Ruby project implements a custom list class (MyList) and an accompanying enumerable module (MyEnumerable). The MyList class allows for basic list operations, while MyEnumerable provides methods for querying the list, namely #all?, #any?, and #filter. These methods emulate the behavior of their counterparts in Ruby's built-in Enumerable module. Users can perform operations like checking if all or any elements meet certain conditions or filtering the list based on custom logic.
Ruby
- **Modularity**
- **Ruby syntax**
- **Custom List Implementation**
- **Functional Querying**
- This demo link is comming soon...
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:bohaz/Decode_Morse_code.git
```
π€ **Ricardo MartΓnez**
- GitHub: [@bohaz](https://github.com/bohaz)
- Twitter: [@Ricardo29115571](https://twitter.com/Ricardo29115571)
- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)
π€ **Muhammad Aminu Salihu**
- GitHub: [@mohashyne](https://github.com/mohashyne)
- Twitter: [@muhammadslyhu](https://twitter.com/muhammadsalyhu)
- LinkedIn: [muhammad-salihu](https://linkedin.com/in/msalyhu)
- [ ] **User UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/bohaz/Create-your-own-Enumerable/issues).
If you like this project let me know with a STAR!
We would like to thaks Microverse for giving me the oportunity to build and contribute in projects like this.
This project is [MIT](https://github.com/bohaz/Create-your-own-Enumerable/blob/dev/MIT.md) licensed.