/enumerable

Primary LanguageRubyMIT LicenseMIT

ENUMERABLE

📗 Table of Contents

📖 ENUMERABLE

ENUMERABLE is a Ruby project is intended to serve as practice for implementing classes and modules that emulate a small set of Enumerable functionality

🛠 Built With

Tech Stack

Ruby

Key Features

  • Class
  • Modules

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project, you must have installed and configured the following tools in your local environment:

  • Install Ruby

Setup

You must ensure that you have the postgreSQL installed and the server is started before continuing.

First clone this repository to your desired folder:

  git clone https://github.com/over-geek/enumerable.git
  cd enumerable

Install

Install this project with:

  bundle install

Usage

To run the project, execute the following command:

  ruby myList.rb

(back to top)

👥 Authors

👤 Agyare Kissi Kenneth Kwame

👤 Henok Mekonnen

(back to top)

🔭 Future Features

  • N/A

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you liked this project, give me a "Star" (clicking the star button at the beginning of this page), share this repo with your developer community or make your contributions.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this project

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)