An open API service indexing awesome lists of open source software.

https://github.com/jecode93/own-enumerable


https://github.com/jecode93/own-enumerable

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Curriculum databases project

# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [own enumerable]

> In this project, I Create a class `MyList` that has an instance variable `@list`, and in `MyList` we implement a method `#each` that yields successive members of `@list` and uses the `MyEnumerable` module.

**[Own enumerable]** this ruby project that create modules and imports them .
## 🛠 Built With

### Tech Stack

Ruby

### Key Features

- **[Use Ruby Basics]**

(back to top)

## 💻 Getting Started

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

- Clone the [project using github](https://github.com/jecode93/own-enumerable.git)

### Setup

After cloning this repository to your desired folder:

```sh

cd my-folder

```

### Install

Install this project with:

[Ruby](https://www.ruby-lang.org/en/ownload/)

### Usage

To run the project, execute the following command:

```sh
irb
```

### Run tests

To run tests, run the following command:

```sh
\c dbname
SELECT * from tableName;

```

(back to top)

## 👥 Authors

👤 **Jean Emmanuel Cadet**

- GitHub: [@jecode93](https://github.com/jecode93)
- Twitter: [@jecode93](https://twitter.com/jecode93)
- LinkedIn: [jean-emmanuel-cadet](https://www.linkedin.com/in/jean-emmanuel-cadet/)

👤 **Suleiman Gacheru**

- GitHub: [@hetrox8](https://github.com/hetrox8)
- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)

(back to top)

## 🔭 Future Features

- [ ] **[Decode message]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project...

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for giving me this wonderful opportunity to work on this project

(back to top)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)