Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mwismann/oop_school_library

The project's goal is to create a library system using Ruby and OOP principles.
https://github.com/mwismann/oop_school_library

Last synced: 13 days ago
JSON representation

The project's goal is to create a library system using Ruby and OOP principles.

Awesome Lists containing this project

README

        


Library Sign

OOP School Library


---

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 OOP School Library ](#-oop-school-library-) - [Learning objectives](#learning-objectives)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

---

# 📖 OOP School Library

- This project is part of the Microverse Ruby curriculum. The goal is to create a library system using Ruby and OOP principles.

#### Learning objectives

- Understand the basics of OOP.
- Implement classes and objects in Ruby.
- Implement encapsulation and inheritance with Ruby.
- Describe the SOLID principles of OOP.
- Refactor your own Ruby code after gaining new knowledge.

## 🛠 Built With

### Tech Stack

---

### Key Features

- **[Implementation of OOP Four Principles]**
- **[Implementation of Decorators]**
- **[Implementation of SOLID principles]**

(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:

- To install Ruby, follow the instructions on the [official page](https://www.ruby-lang.org/en/documentation/installation/).

### Setup

Clone this repository to your desired folder:

Example commands:

- With SSH:

```bash
cd my-folder
git clone [email protected]:mwismann/oop_school_library.git
```

- With HTTPS:

```bash
cd my-folder
git clone hhttps://github.com/mwismann/oop_school_library.git
```

- With GitHub CLI:

```bash
cd my-folder
gh repo clone mwismann/OOP_school_library
```

(back to top)

---

## 👥 Authors

👤 **Mathias Wismann**

- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)

👤 **Reza Merzaie**

- 👤 GitHub: [Gh-Reza](https://github.com/Gh-Reza)
- 👤 Twitter: [Reza](https://twitter.com/reza-mezaie)

(back to top)

---

## 🔭 Future Features

- [x] Class Decorators.
- [x] Associations.
- [x] Basic UI.
- [ ] Refactor code.
- [ ] Tests.

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mwismann/oop_school_library/issues).

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## 🙏 Acknowledgments

I thank the Code Reviewers for their advice and time 🏆

(back to top)

---

## 📝 License

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

(back to top)

---