Ruby-school-library

A library Implemented with OOP concepts of encapsulation and inheritance

MIT License

Stars
3

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

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

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 licensed.

Related Projects