Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmggyy66/my-enumerable


https://github.com/mmggyy66/my-enumerable

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        




My Enumerable

# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 My Enumerable

In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.

## 🛠 Built With

### Tech Stack

### Key Features

- Implementation of certain features of the [Enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html) mixin from Ruby
- Implements [all?](https://ruby-doc.org/core-3.0.0/Enumerable.html#method-i-all-3F) method
- Implements [any?](https://ruby-doc.org/core-3.0.0/Enumerable.html#method-i-any-3F) method
- Implements [filter](https://ruby-doc.org/core-3.0.0/Enumerable.html#method-i-filter) method

(back to top)

## 🚀 Live Demo

- Not available

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:


### Setup

Clone this repository to your desired folder:


  • cd my-folder

  • git clone https://github.com/MMGGYY66/my-enumerable.git

### Install

Install this project with:


  • bundle install

### Usage

To run the project, execute the following command:


  • ruby list.rb

(back to top)

## 👥 Authors

👤 **Mohamed Gamil Eldimardash**

- GitHub: [@github](https://github.com/MMGGYY66)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-eldimardash-0023a3b5/)
- Twitter: [twitter](https://twitter.com/MOHAMEDELDIMARd)
- Facebook: [facebook](https://www.facebook.com/MOHAMED.ELDIMARDASH/)
- StackOverflow: [stackoverflow](https://stackoverflow.com/users/13605630/mohamed-gamil-eldimardash)

👤 **Lucas Comamala**

- GitHub: [@lucascomamala](https://github.com/lucascomamala/)
- LinkedIn: [Lucas Comamala](https://linkedin.com/in/lucas-comamala/)

(back to top)

## 🔭 Future Features

- [ ] Implement more methods from Enum

(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

If you like this project give this repo a star and reach out on our social media, and we will be happy to know about it! 😃

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse team for their invaluable resources

(back to top)

## 📝 License

This project is [MIT](https://github.com/MMGGYY66/my-enumerable/blob/enumerable/MIT.md) licensed.

(back to top)