Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/create-your-own-enumerable
- Owner: tomasesquivelgc
- License: other
- Created: 2023-09-29T00:19:14.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-30T17:53:11.000Z (about 1 year ago)
- Last Synced: 2023-10-01T01:40:00.149Z (about 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** is a simple Ruby practice excersice where we create a custom Enumerable module to instert in a class.
Client
- **Custom Enumerable Module**
- **Custom my_list class**
- **Test runs inside of my_class.rb**
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
```
π€ **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)
- [ ] **min, max, and sort methods to the module**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a star!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is [MIT](./LICENSE) licensed.