https://github.com/paulinagonzalezc/myenumerable-ruby
https://github.com/paulinagonzalezc/myenumerable-ruby
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulinagonzalezc/myenumerable-ruby
- Owner: paulinagonzalezc
- License: mit
- Created: 2023-01-26T19:17:31.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-27T09:16:58.000Z (almost 3 years ago)
- Last Synced: 2023-05-09T11:06:14.210Z (over 2 years ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [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)
In this project, we created a class and a module and used the module inside the class.
Client
- **A method that compares all of the items with a given criteria**
- **A method that compares any of the items with a given criteria**
- **A method that filters**
- [N/A](https://yourdeployedapplicationlink.com)
Clone project
```bash
git clone https://github.com/paulinagonzalezc/myenumerable-ruby
cd myenumerable-ruby
```
Run the program
```bash
ruby my_enumerable.rb
ruby my_list.rb
```
👤 **Paulina Gonzalez**
- GitHub: [@paulinagonzalezc](https://github.com/paulinagonzalezc)
- Twitter: [@paulinagzzc](https://twitter.com/paulinagzzc)
- LinkedIn: [Paulina Gonzalez Cantu](https://linkedin.com/in/paulina-gonzalez-cantu)
👤 **Amanuel Galema**
- GitHub: [@amexabee](https://github.com/amexabee)
- Twitter: [@i_amanuel](https://twitter.com/i_amanuel)
- LinkedIn: [LinkedIn](https://linkedin.com/in/amanuel-galema)
👤 **Osama Ashraf**
- GitHub: [Osama Ashraf](https://github.com/osamaashraf6)
- Twitter: [Osama Ashraf](https://twitter.com/OsamaAshraf578?t=l75KjrhQgK4h-vSPfgk1gA&s=08)
- LinkedIn: [Osama Ashraf](https://www.linkedin.com/in/osama-salem-2a046b203)
- [ ] **Solve edge cases**
- [ ] **More methods**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/paulinagonzalezc/myenumerable-ruby/issues).
If you like this project please give it a star 😁🌟✨
Microverse.
This project is [MIT](./LICENSE) licensed.