An open API service indexing awesome lists of open source software.

https://github.com/bohaz/create-your-own-enumerable


https://github.com/bohaz/create-your-own-enumerable

ruby

Last synced: 10 months ago
JSON representation

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)

# πŸ“– Own_Enumerable

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.

## πŸ›  Built With

### Tech Stack

Ruby

### Key Features

- **Modularity**
- **Ruby syntax**
- **Custom List Implementation**
- **Functional Querying**

(back to top)

## πŸš€ Live Demo

- This demo link is comming soon...

(back to top)

## πŸ’» Getting Started

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
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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)

(back to top)

## πŸ”­ Future Features

- [ ] **User UI**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/bohaz/Create-your-own-Enumerable/issues).

(back to top)

## ⭐️ Show your support

If you like this project let me know with a STAR!

(back to top)

## πŸ™ Acknowledgments

We would like to thaks Microverse for giving me the oportunity to build and contribute in projects like this.

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/bohaz/Create-your-own-Enumerable/blob/dev/MIT.md) licensed.

(back to top)