/enumerable

Primary LanguageRubyOtherNOASSERTION

๐Ÿ“— Table of Contents

๐ŸŽฏ Custome Enumerable

In this project, we will create a class called MyList and a module called MyEnumerable. The MyEnumerable module will provide a subset of the functionality found in the built-in Enumerable module.

๐Ÿ›  Built With

Tech Stack

Ruby

Key Features

  • Implement all?
  • Implemented any
  • Implemented filter

(back to top)

๐Ÿ’ป Getting Started

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

Prerequisites

you have to those tools in your local machine.

  • Visual Studio Code

Setup

Clone the project.

  git clone https://github.com/fatima-najafi/enumerable.git

Go to the project directory.

  cd enumerable

(back to top)

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Bupilipili

๐Ÿ‘ค Fatima Najafi

๐Ÿ‘ค Ochieng Steven

(back to top)

๐Ÿ”ญ Future Features

  • reduce and map Method
  • Sorting Functionality

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

๐Ÿ‘‹ Show your support

Give a โญ๏ธ if you like this project!

(back to top)

๐Ÿ”ญAcknowledgments

I would like to thank Microverse for giving me a wonderful opportunity to work on this project

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)