Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomasesquivelgc/create-your-own-enumerable

In this repo We keep learning Ruby with Microverse challenges.
https://github.com/tomasesquivelgc/create-your-own-enumerable

Last synced: 29 days ago
JSON representation

In this repo We keep learning Ruby with Microverse challenges.

Awesome Lists containing this project

README

        

Create 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Create Enumerable

**Create Enumerable** is a simple Ruby practice excersice where we create a custom Enumerable module to instert in a class.

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- **Custom Enumerable Module**
- **Custom my_list class**
- **Test runs inside of my_class.rb**

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

Ruby and Ubuntu terminal

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
gh repo clone tomasesquivelgc/Create-your-own-Enumerable
```

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Run tests

To run tests, run the following command:

```sh
ruby my_list.rb
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Tomas Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)

πŸ‘€ **Wael Elsafty**

- GitHub: [@waelelsafty07](https://github.com/waelelsafty07)
- LinkedIn: [LinkedIn](https://linkedin.com/in/waelelsafty07)

(back to top)

## πŸ”­ Future Features

- [ ] **min, max, and sort methods to the module**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please leave a star!

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.

(back to top)

## πŸ“ License

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

(back to top)