/oop-school-library

School library console app using OOP concepts

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📚 OOP School Library

A simple console app that allows users to create student and teacher objects, add new books to the library and keep track of borrowing records.

🛠 Built With

Tech Stack

  • Ruby

Key Features

  • Add new students or teachers
  • Add new books
  • Save borrowing records

(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 Ruby installed on your machine.

Setup

Clone this repository to your desired folder:

  cd my-project
  git clone git@github.com:IndieCoderMM/oop-school-library.git .

Installation

Install this project with:

  gem install

Usage

To run the project, execute the following command:

  ruby main.rb

(back to top)

👥 Authors

👨‍🚀 Hein Thant

👨‍🚀 Yetemegn Lemma

👨‍🚀 Ajayi Ridwan

(back to top)

🔭 Future Features

  • Add basic UI
  • Preserve data
  • Unit tests

(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 consider giving it a ⭐.

(back to top)

🙏 Acknowledgments

I would like to thank all code reviewers for making this project better.

(back to top)

📜 License

This project is MIT licensed.

(back to top)