Skip to content

Latest commit

 

History

History
138 lines (84 loc) · 3.73 KB

File metadata and controls

138 lines (84 loc) · 3.73 KB

Getting Started

This repository includes files for linting and a main.rb which holds the morse code logic.

📗 Table of Contents

📖 [oop-school]

[oop-school] is a project built using ruby that models a school library. It helps in book keeping, keeping trck of books in the library, those who have borrowed and so on. You can also be able to:

  • Add new students & teachers.
  • Add new books.
  • Save records of who borrowed what and when.

🛠 Built With

Tech Stack

Ruby

Key Features

  • Add new students & teachers.
  • Add new books.
  • Save records of who borrowed what and when.

(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 to have Ruby installed.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone github.com/microhass/oop-school.git

(back to top)

👥 Authors

👤 Hassan Shakur

(back to top)

🔭 Future Features

  • Implementing a time period for which a book is to be returned.
  • Making restrictions between People and books on who can borrow which books.
  • Create classrooms that the students and teachers will be using.

(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'd like to contribute to this project, feel free to fork the repository and make changes as you see fit. Please submit a pull request with your changes and I'll review them as soon as possible.

If you like this project...

(back to top)

🙏 Acknowledgments

I would like to thank my coding partners and mentor for the support, and Microverse for the opportunity.

(back to top)

(back to top)

📝 License

This project is MIT licensed.

(back to top)