Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/newhoteng/oop-school-library

A ruby project to learn Object Oriented Programming
https://github.com/newhoteng/oop-school-library

Last synced: 24 days ago
JSON representation

A ruby project to learn Object Oriented Programming

Awesome Lists containing this project

README

        

# 📗 *Table of Contents*

- [📖 About the Project](#about-project)
- [🛠️ Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# :open_book: OOP-school-library
OOP-school-library is a ruby project to learn Object Oriented Programming

## :hammer_and_wrench: Built With
### Tech Stack
Client

### Key Features
- `Person` class
- `Student` class
- `Teacher` class
- `Nameable` class
- `Decorator` class
- `CapitalizeDecorator` class
- `TrimmerDecorator` class
- `Classromm` class
- `Book` class
- `Rental` class
- Basic UI to run `school library`

(back to top)

## :computer: Getting Started
To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed on your machine
- Text editor (VScode)

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/newhoteng/OOP-school-library.git
```

### Usage
To run the project, execute the following command:

- Type `irb` inside the termimal to open Interactive Ruby
- Copy and paste expressions from `.rb` files into terminal and check their results (press enter after typing each one)

(back to top)

## :busts_in_silhouette: Authors
:bust_in_silhouette: **Harriet Oteng**
- GitHub: [@githubhandle](https://github.com/newhoteng)
- Twitter: [@twitterhandle](https://twitter.com/HarrietOteng1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/harriet-oteng/)

👤 **Seyi Oyemade**

- GitHub: [@seyioyemade](https://github.com/seyioyemade)
- Twitter: [@seyi_oyemade](https://twitter.com/@seyi_oyemade)
- LinkedIn: [Seyi Oyemade](https://www.linkedin.com/in/seyi-oyemade)

(back to top)

## :telescope: Future Features
- Add more classes
- Add more class methods

(back to top)

## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/newhoteng/OOP-school-library/issues).

(back to top)

## :star: Show your support
If you like this project give it a star.

(back to top)

## :pray: Acknowledgements
- Thanks to Microverse for the encouragement

(back to top)



## :memo: License
[License](https://github.com/newhoteng/OOP-school-library/blob/main/LICENSE)