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

https://github.com/eccb7/enumerable


https://github.com/eccb7/enumerable

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


Enumerables Project

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)

# 📖 About the Project

**Enumerables Project** is a Ruby project that demonstrates the implementation of enumerable methods similar to those in Ruby's Enumerable module.

## 🛠 Built With

### Tech Stack

Language

### Key Features

- **Enumeration Methods**: Implement custom enumeration methods such as `all?`, `any?`, and `filter`.
- **Object-Oriented**: Utilize object-oriented programming principles to create a class and module for the project.
- **Testing**: Verify the solution with provided test cases.

## 💻 Getting Started

To get started with the Enumerables Project, follow these steps:

### Prerequisites

Before you begin, ensure you have Ruby installed on your system. You can check if Ruby is installed by running the following command in your terminal:

```sh
ruby -v
```

### Setup

Example commands:

```sh
cd my-folder
git clone https://github.com/Eccb7/ruby-morse-decoder
```
-
### Install

Example command:

```sh
cd ruby-morse-decoder
```

### Run tests

Example command:

```sh
ruby morse_decoder.rb ".- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ..."

```
## 👥 Authors

👤 **Ojwang Briton**

- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno](https://linkedin.com/in/briton-otieno)

:bust_in_silhouette: *Emmanuel Kipngeno*
- GitHub: [@githubhandle](https://github.com/kkmanuu)
- Twitter: [@twitterhandle](https://twitter.com/kkmanuu)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/emmanuel-kipngeno-879370242/)

## 🔭 Future Features
1. **Enhanced Enumeration**: Extend the project to include more custom enumeration methods to replicate the functionality of Ruby's Enumerable module.
2. **Documentation**: Improve code documentation and add more detailed explanations to enhance understanding.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

## ⭐️ Show your support
If you like this project, give it a ⭐️

## 🙏 Acknowledgements
I would like to thank microverse for the support they have provided

## 📝 License

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

(back to top)