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

https://github.com/frempongdev/enumerable


https://github.com/frempongdev/enumerable

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        



logo

Enumerables

# 📗 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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Enumerables

**Enumerables** is a Ruby application used to implement a subset of the functionality of Enumerable.

## 🛠 Built With
- Ruby

### Tech Stack

### Key Features

- **[This project has a class MyList that has an instance variable @list]**
- **[This project has a module MyEnumerable that implements all, any and filter methods with same functionalities from Enumerable methods.]**
- **[This project uses Gitflow]**

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

- [git](https://git-scm.com/downloads): A tool for managing source code
- [Visual Studio Code](https://code.visualstudio.com/): A source code editor

### Setup

- Clone this repository to your desired folder: https://github.com/frempongdev/Enumerable.git
- Run bundle install to install the dependencies.

### Install
Install this project with:

- cd decode-morse
- ubuntu version 22 or higher

### Usage
To run the project, execute the following command:

- ruby decode.rb

### Run tests

To run tests, run the following command:
- Run robocop .

### Deployment

You can deploy this project using:
- Github pages

Github pages

follow these steps for example

(back to top)

## 👥 Authors

👤 **Lugard**

- GitHub: [@lugard1](https://github.com/lugard1)
- Twitter: [@Dsn3kings](https://twitter.com/Dsn3kings)
- LinkedIn: [Lugard Agu](https://www.linkedin.com/in/lugardagu)

👤 **Frempong**

- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel knower Amankwaa-Frempong](https://www.linkedin.com/in/frempongdev/)

(back to top)

## 🔭 Future Features
- [More Enumerable Methods]
- [Custom Iterators]
- [Parallel Execution]

(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

- Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

We would like to appreciate [Microverse](https://www.microverse.org/) for providing the resources and the platform for us to be a Professional full-stack developer.

(back to top)

## 📝 License

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

(back to top)