Skip to content

Latest commit

 

History

History
187 lines (116 loc) · 4.29 KB

README.md

File metadata and controls

187 lines (116 loc) · 4.29 KB

Enumerable

📗 Table of Contents

🎯 Create own Enumerable

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

🛠 Built With

Tech Stack

Technology
  • Ruby
Tools
  • VS Code code editor
  • GIT
  • GITHUB

Key Features

This project is a simple spaces travelers hub. The main features are:

  • Recreate all? enumerable
  • Recreate any? enumerable
  • Recreate filter enumerable

(back to top)

🚀 Live Demo

Sorry, Currently no active link available.

(back to top)

💻 Getting Started

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

Prerequisites

you have to those tools in your local machine.

  • NPM
  • GIT & GITHUB
  • Any Code Editor (VS Code, Brackets, etc)

Setup

Clone this repository to your desired folder:

  • Create a local directory where you can clone the project
  • Clone the project to your directory by running
  git clone https://github.com/yusufyusie/Enumerable.git

Go to the project directory.

  cd Enumerable

In the project directory, you can run:

  ruby mylist.rb

Runs the app in the terminal.

Install

Install this project with:

  • Ruby

(back to top)

👥 Authors

Yesuf Fenta

(back to top)

🔭 Future Features

  • More enumarable features
  • We will implement Select Enumerable

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

👋 Show your support

Give a ⭐️ if you like this project!

(back to top)

🔭Acknowledgments

  • I would like to thank My Family.
  • I would like to thank Microverse Team for the great resources shared.
  • I also would like to thank Houda Mzari for all her help with linters setup

(back to top)

❓ FAQ

  • Are you using database?

    • No, I am not using any database.
  • Can I use this project for personal use?

    • Yes, you can use it.

(back to top)

📝 License

This project is MIT licensed.

(back to top)