https://github.com/ssekpius/microverse-enumerable
https://github.com/ssekpius/microverse-enumerable
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssekpius/microverse-enumerable
- Owner: SSEKPIUS
- License: mit
- Created: 2023-02-14T10:53:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:26:23.000Z (about 2 years ago)
- Last Synced: 2025-02-03T09:22:56.316Z (over 1 year ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
- Ruby.
> [Live Demo Link]()
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.
👤 **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/)
- Develop it to accept more Enumerable..
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/odaialazzeh/Enumerable/issues).
If you like this project give it a star.
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/)
This project is [MIT](./LICENSE) licensed.