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

https://github.com/trast00/enumerable


https://github.com/trast00/enumerable

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Enumerable](#-enumerable)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 Enumerable

**Enumerable** is a project that recreate the list of [enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html) methods. User can add new method, and get a better understanding of them.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Re create enumerable methods**
- **use module and classes**

(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:

```sh
You need to have ruby installed
```

### Setup

Clone this repository to your desired folder:

```sh
cd your-folder
git clone https://github.com/Trast00/enumerable.git
```

### Usage

To run the project, execute the following command:

```sh
ruby MyList.rb
```

(back to top)

## 👥 Authors

👤 **Christian Ani**

- GitHub: [@iamchristianani](https://github.com/iamchristianani)
- Twitter: [@kriznode](https://twitter.com/kriznode)
- LinkedIn: [Christian Ani](https://www.linkedin.com/in/anikriz/)

👤 **Dicko Allasane**

- GitHub: [@githubhandle](https://github.com/Trast00)
- Twitter: [@twitterhandle](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/allassane-dicko-744aaa224)

(back to top)

## 🔭 Future Features

- [ ] **Add more enumerable methods**
- [ ] **Document the code**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Trast00/enumerable/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project! It's help a lot

(back to top)

## 📝 License

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

(back to top)