https://github.com/trast00/enumerable
https://github.com/trast00/enumerable
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trast00/enumerable
- Owner: Trast00
- License: mit
- Created: 2023-03-02T08:52:14.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-02T15:09:48.000Z (about 2 years ago)
- Last Synced: 2025-01-27T10:09:37.517Z (4 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Enumerable](#-enumerable)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)**Enumerable** is a project that recreate the list of [enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html) methods. User can add new method, and get a better understanding of them.
Client
- **Re create enumerable methods**
- **use module and classes**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
You need to have ruby installed
```
### Setup
Clone this repository to your desired folder:
```sh
cd your-folder
git clone https://github.com/Trast00/enumerable.git
```
### Usage
To run the project, execute the following command:
```sh
ruby MyList.rb
```
👤 **Christian Ani**
- GitHub: [@iamchristianani](https://github.com/iamchristianani)
- Twitter: [@kriznode](https://twitter.com/kriznode)
- LinkedIn: [Christian Ani](https://www.linkedin.com/in/anikriz/)
👤 **Dicko Allasane**
- GitHub: [@githubhandle](https://github.com/Trast00)
- Twitter: [@twitterhandle](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/allassane-dicko-744aaa224)
- [ ] **Add more enumerable methods**
- [ ] **Document the code**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Trast00/enumerable/issues).
Give a ⭐️ if you like this project! It's help a lot
This project is [MIT](./LICENSE) licensed.