📗 Table of Contents

📖 OOP-school-library

A library tool to record what books are in the library and who borrows them.

image

🛠 Built With

Tech Stack

Key Features

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

 Visual Studio Code
 git bash
 Ruby

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/MarcoAurelioAntonioC/OOP-school-library-agaaaain
.git

Install

Install this project with:

  cd OOP-school-library-agaaaain
  bundle install

Usage

To run the project, execute the following commands:

  irb
  irb(main):001:0> require "./person.rb"
  irb(main):001:0> require "./student.rb"
  irb(main):001:0> require "./teacher.rb"

👥 Author

👤 Gustavo Porcilio

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse team.

  • Special Thanks to everyone who will get time to check this code and suggest any issues

(back to top)

📝 License

This project is MIT licensed.

(back to top)