- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Enumerable is a simple Array Manipulator App. This project is designed to help you learn how to use a module inside a class, and how to implement a subset of the functionality of Enumerable in Ruby.
- Ruby
- Save an array of numbers in memory
- Find an item based on provided criteria
- Filter the array based on provided criteria
To get a local copy up and running, follow these steps.
In order to run this project you need to install Ruby
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Kweeka1/enumerable.git
To run the project, execute the following command:
ruby mylist.rb
👤 Mohamed Talbi
- GitHub: Mohamed Talbi
👤 Ahmed Mohsen
- GitHub: Ahmed Mohsen
- Add feature to save arrays of many types
- Save inserted data into a database
- Add functionality to delete saved array
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project put a star.
I would like to thank Microverse for project inspiration.
-
What version of Ruby does this project work on ?
- Any version
This project is MIT licensed.