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

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.

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

**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.

## 🛠 Built With

### Tech Stack

Back-end

## 🚀 Project Demo
`Project demo will update soon!`

### Key Features

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

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

👤 **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)

(back to top)

## 🔭 Future Features

- [ ] **We will create custom `find?` enumerable**
- [ ] **We will create custom `sort`, `map`, `min`, `max` and many more enumerable**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

Without Microverse Help this project not compleated at all so thanks a lot Microverse for giving us this kind of opertunity.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)