Skip to content

Latest commit

 

History

History
186 lines (119 loc) · 3.98 KB

README.md

File metadata and controls

186 lines (119 loc) · 3.98 KB

📗 Table of Contents

📖 [Enumerable]

[Enumerable] Throughout the project, the team learned how to utilize a module within a class. We designed a class called MyList and incorporated a module named MyEnumerable, which implemented a limited set of functionalities from Enumerable.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • [Creating module]
  • [Creating class]
  • [Including module to class]

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Example command:

 Install Ruby

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/ab-noori/Enumerable.git

Install

Install this project with:

  cd my-folder
  git clone https://github.com/ab-noori/Enumerable.git

Usage

To run the project, execute the following command:

  cd my-folder
  git clone https://github.com/ab-noori/Enumerable.git

Run tests

To run tests, run the following command:

  npm test

Deployment

You can deploy this project using:

  npm run deploy

(back to top)

👥 Authors

👤 Abdul Ali Noori

👤 Otmane Echchafyky

(back to top)

🔭 Future Features

  • [Adding more methods to the module]
  • [Creating new modules]

(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 like this project, give it a star.

(back to top)

🙏 Acknowledgments

First, I would like to thank Microverse and my coding partners.

(back to top)

📝 License

This project is MIT licensed.

(back to top)