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

https://github.com/paulinagonzalezc/myenumerable-ruby


https://github.com/paulinagonzalezc/myenumerable-ruby

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

ruby


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)

# 📖 My Enumerable

In this project, we created a class and a module and used the module inside the class.

## 🛠 Built With

### Tech Stack

Client

### Key Features

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

(back to top)

## 🚀 Live Demo

- [N/A](https://yourdeployedapplicationlink.com)

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

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

(back to top)

## 🔭 Future Features

- [ ] **Solve edge cases**
- [ ] **More methods**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/paulinagonzalezc/myenumerable-ruby/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

## 🙏 Acknowledgments

Microverse.

(back to top)

## 📝 License

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

(back to top)