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

https://github.com/brainconnect93/ruby-enumerable

This is a coding challenge that creates a cutom enumerable collection similar to the Ruby Enumerable Mixin
https://github.com/brainconnect93/ruby-enumerable

github linter rubocop ruby ruby-gem

Last synced: about 2 months ago
JSON representation

This is a coding challenge that creates a cutom enumerable collection similar to the Ruby Enumerable Mixin

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

## Ruby Enumerable project

> This is a coding challenge that creates a cutom enumerable collection similar to the Ruby Enumerable Mixin..

## Built With

- Ruby
- Github

## Live Demo (if available)

[Live Demo Link](https://livedemo.com)

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

### Prerequisites
- Ruby

### Setup
Clone the repository and change the directory to Custom-Enumerable

> git clone https://github.com/brainconnect93/Ruby-Enumerable.git
> cd Ruby-Enumerable

### Install
Install all project dependencies by running the command below

> $ git --version
> $ ruby --version && irb

### Run the Application
> $ ruby challenge.rb

### Check linter errors
Start the webpack dev server

> $ rubocop --autocorrect

## Authors

👤 **Author1**

- GitHub: [@t-bello7](https://github.com/t-bello7)
- Twitter: [@__tbello](https://twitter.com/__tbello)
- LinkedIn: [Bello Oluwatomisin](https://linkedin.com/in/tbello7)

👤 **Author2**

👤 **Afolabi Akorede**

- GitHub: [@brainconnect93](https://github.com/brainconnect93)
- Twitter: [@brainconnect0](https://twitter.com/brainconnect0)
- LinkedIn: [Afolabi Akorede](https://linkedin.com/in/brainconnect93)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._