Skip to content

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.

Notifications You must be signed in to change notification settings

Kweeka1/enumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 Enumerable

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.

🛠 Built With

Tech Stack

  • Ruby

Key Features

  • Save an array of numbers in memory
  • Find an item based on provided criteria
  • Filter the array based on provided criteria

(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 to install Ruby

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Kweeka1/enumerable.git

Usage

To run the project, execute the following command:

  ruby mylist.rb

👥 Authors

👤 Mohamed Talbi

👤 Ahmed Mohsen

(back to top)

🔭 Future Features

  • Add feature to save arrays of many types
  • Save inserted data into a database
  • Add functionality to delete saved array

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project put a star.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for project inspiration.

(back to top)

❓ FAQ (OPTIONAL)

  • What version of Ruby does this project work on ?

    • Any version

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages