OOP School Library

OOP School Library

📗 Table of Contents

📖 OOP school library OOP school library

OOP school library In this project, I created a basic form of UI for the school library app. This way it can be invoked as an executable app and not something used in IRB exclusively.

🛠 Built With

Ruby

Tech Stack

Backend

Key Features

  • Implement composition (as an example of the design pattern).
  • Implement encapsulation and inheritance with Ruby.
  • Run a program using the command line.

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

Install Ruby

Setup

  cd my-folder
  git clone https://github.com/Mike111222/OOP-School-Library.git

Install

This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.

bundle install

Usage

To run the project, navigate to the project directory and execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

Run the following command

rubocop

Deployment

You can deploy this project using:

Not available at the moment.

(back to top)

👥 Authors

👤 Muhammad Amran Khan (Mike)

👤 Anita Sharma

(back to top)

🔭 Future Features

  • I will add preserve data feature in this project

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project please follow me to find more project of this type in future.

(back to top)

🙏 Acknowledgments

I would like to thank microverse to provide me required information to make this project so far.

(back to top)

📝 License

This project is MIT licensed.

(back to top)