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

https://github.com/ssekpius/microverse-enumerable


https://github.com/ssekpius/microverse-enumerable

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Enumerable

**Enumerable** In this project, we will learn how to use a module inside a class. For this, we will create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality
Enumerable.

## 🛠 Built With

### Tech Stack

- Ruby.

(back to top)

## 🚀 Live Demo

> [Live Demo Link]()

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- Download Visual Studio Code.
- Download Git.

### Setup

Clone this repository to your desired folder:

- `Clone the repo`
```sh
git clone https://github.com/odaialazzeh/Enumerable.git
```
### Install

- `you can run any one of these commands to install bundle on your machine:`
```
- bundle init
- bundle install
- sudo apt bundle install (for Linux)
```

### Usage

- `To run the project, execute the following command:`

- Open the `my_list.rb` file with VSCode or any editor that works
with Ruby and run the code.

(back to top)

## 👥 Authors

👤 **Odai**

- GitHub: [odai-alazzeh](https://github.com/odaialazzeh)
- Twitter: [@twitterhandle](https://twitter.com/odaialazzeh4)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/odaialazzeh/)

👤 **Pius**

- GitHub: [pius-ssekweyama](https://github.com/SSEKPIUS)
- Twitter: [@twitterhandle](https://twitter.com/SSEK_PIUS)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/piusssekweyama/)

(back to top)

## 🔭 Future Features

- Develop it to accept more Enumerable..

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/odaialazzeh/Enumerable/issues).

(back to top)

## ⭐️ Show your support

If you like this project give it a star.

(back to top)

## 🙏 Acknowledgments

A list of resources that i find helpful and would like to give credit to :

- [Microverse ](https://www.microverse.org)
- [GitHub ](https://www.github.com)
- [Youtube ](https://www.youtube.com)
- [W3schools ](https://www.w3schools.com)
- [Stackoverflow ](https://stackoverflow.com)
- [Ruby](https://www.ruby-lang.org/en/)

(back to top)

## 📝 License

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

(back to top)