https://github.com/gedeonts/ruby-school-library
A library Implemented with OOP concepts of encapsulation and inheritance
https://github.com/gedeonts/ruby-school-library
ruby
Last synced: 4 months ago
JSON representation
A library Implemented with OOP concepts of encapsulation and inheritance
- Host: GitHub
- URL: https://github.com/gedeonts/ruby-school-library
- Owner: GedeonTS
- License: mit
- Created: 2022-07-19T09:12:13.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-29T08:26:41.000Z (almost 4 years ago)
- Last Synced: 2025-10-27T09:42:29.774Z (8 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README

# School Library
> A library Implemented with OOP concepts of encapsulation and inheritance using objects and classes.
## Built With
- Ruby
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- Git
- Ruby
- A Code editor (VSCODE,...).
- Google Chrome(or another browser).
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
Likewise for Ruby installation.
```
$ ruby --version && irb
```
### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/mwenyoa/oop_school_library.git
```
## Authors
👤 **GedeonTS**
- GitHub: [@GedeonTS](https://github.com/GedeonTS)
- Twitter: [@gedeon191](https://twitter.com/gedeon191)
- LinkedIn: [ushinid gedeon](https://linkedin.com/in/ushinid-gedeon)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.