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

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

This project demonstrates Object-Oriented Programming (OOP) concepts in Ruby by creating a simple school system.
https://github.com/bohaz/oop-school-library

ruby

Last synced: about 1 year ago
JSON representation

This project demonstrates Object-Oriented Programming (OOP) concepts in Ruby by creating a simple school system.

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)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# πŸ“– OOP-school-library

This project demonstrates Object-Oriented Programming (OOP) concepts in Ruby by creating a simple school system.

## πŸ›  Built With

### Tech Stack

Ruby

### Key Features

- **Object-Oriented Design**
- **Inheritance**
- **Encapsulation**
- **Method Overriding**

(back to top)

## πŸš€ Live Demo

- This demo link is comming soon...

(back to top)

## πŸ’» Getting Started

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

Clone this repository to your desired folder:

```sh
cd my-folder
git clone git@github.com:bohaz/OOP-school-library.git
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ricardo MartΓ­nez**

- GitHub: [@bohaz](https://github.com/bohaz)
- Twitter: [@Ricardo29115571](https://twitter.com/Ricardo29115571)
- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)

πŸ‘€ **Henok Mekonnen**

- GitHub: [@githubhandle](https://github.com/henask12)
- Twitter: [@twitterhandle](https://twitter.com/henok_mekonnen3)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/henok-mekonnen-491685188)

πŸ‘€**Javivy**

- GitHub: [@Javivy](https://github.com/Javivy)
- LinkedIn: [Javier Vargas](https://www.linkedin.com/in/javier-alejandro-vargas-ortega)
- Twitter [@Javivy_2803](https://twitter.com/Javivy_2803)

(back to top)

## πŸ”­ Future Features

- [ ] **User UI**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/bohaz/OOP-school-library/issues).

(back to top)

## ⭐️ Show your support

If you like this project let me know with a STAR!

(back to top)

## πŸ™ Acknowledgments

We would like to thaks Microverse for giving me the oportunity to build and contribute in projects like this.

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/bohaz/OOP-school-library/blob/dev/MIT.md) licensed.

(back to top)