Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmanimashaun/enumerable
Create Enumerable is a program to check certain conditions on a list.
https://github.com/fmanimashaun/enumerable
ruby ruby-gem
Last synced: 14 days ago
JSON representation
Create Enumerable is a program to check certain conditions on a list.
- Host: GitHub
- URL: https://github.com/fmanimashaun/enumerable
- Owner: fmanimashaun
- License: mit
- Created: 2023-11-02T12:45:05.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-02T22:37:12.000Z (about 1 year ago)
- Last Synced: 2024-10-10T07:40:56.179Z (about 1 month ago)
- Topics: ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create-Enumerable
Program based on Ruby to use modules and classes
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Create Enumerable** is a program to check certain conditions on a list.
- Check all.
- Check any.
- Filter- Ruby
Client
- N/A
Server
- Ruby
Database
- N/A
- Check all
- Check any
- Filter
To run the project locally, follow these steps.
### Prerequisites
In order to run this project you need to:
- Install [Git](https://git-scm.com/)
- Install [Ruby](https://www.ruby-lang.org/en/)
- Install a code editor, I suggest [VsCode](https://code.visualstudio.com/)
### Setup
Clone the repo into your local machine:
```bash
git clone https://github.com/fmanimashaun/enumerable.git
bundle install
```
### Usage
To run the program, you should use irb in the wsl if you use Windows:
irb> my_list.rb
👤 **Fisayo Michael Animashaun**
- GitHub: [@fmanimashaun](https://github.com/fmanimashaun)
- Twitter: [@fmanimashaun](https://twitter.com/fmanimashaun)
- LinkedIn: [Fisayo Michael Animashaun ](https://linkedin.com/in/fmanimashaun)
👤 **Demes Ameneshoa**
- GitHub: [@demesameneshoa](https://github.com/demesameneshoa)
- Twitter: [@demesabera](https://twitter.com/demesabera)
- LinkedIn: [Demes Ameneshoa](https://linkedin.com/in/demesameneshoa)
- Create more filters or options.
- Add frontend code
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
https://github.com/fmanimashaun/enumerable/issues
If you like this project leave a start for it.
I'd like to thank Microverse for helping us in the journey to become a Fullstack developer.
This project is [MIT](./LICENSE) licensed.