Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eccb7/school-library

This project empowers you to harness Object Oriented Programming principles to build a sleek and efficient system for managing students, teachers, books, and borrowing records. Explore the project and start your journey towards mastering OOP.
https://github.com/eccb7/school-library

rspec ruby

Last synced: about 1 month ago
JSON representation

This project empowers you to harness Object Oriented Programming principles to build a sleek and efficient system for managing students, teachers, books, and borrowing records. Explore the project and start your journey towards mastering OOP.

Awesome Lists containing this project

README

        


School Library

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)

# 📖 About the Project

Welcome to the **"OOP School Library"** project at OOP University! This project empowers you to harness Object Oriented Programming principles to build a sleek and efficient system for managing students, teachers, books, and borrowing records. Explore the project and start your journey towards mastering OOP.

## 🛠 Built With

### Tech Stack

Language

### Key Features

- Dive into Object Oriented Programming at OOP University and construct a library management system that efficiently handles students, teachers, books, and borrowing records.
- This project's key elements encompass OOP mastery, user management, book cataloging, borrowing record tracking, a user-friendly console-based UI, guided project-based learning and data persistence.

## 💻 Getting Started

To get started with the school-library Project, follow these steps:

### Prerequisites

Before you begin, ensure you have Ruby installed on your system. You can check if Ruby is installed by running the following command in your terminal:

```sh
ruby -v
```

### Setup

Example commands:

```sh
cd my-folder
git clone https://github.com/Eccb7/school-library
```
-
### Install

Example command:

```sh
cd school-library
```

### Run tests

Example command:

```sh
ruby
```
## 👥 Authors

👤 **Ojwang Briton**

- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno](https://linkedin.com/in/briton-otieno)

## 🔭 Future Features

1. **Online Book Reservation**: Implement an online reservation system, allowing users to reserve books in advance, ensuring availability when they visit the library.

2. **Fine Management System**: Develop a fine calculation and management system for overdue books, automating the process of collecting fines from borrowers.

3. **Integration with RFID Technology**: Incorporate RFID technology for efficient book tracking and management, enhancing the overall library experience.

## 🤝 Contributing
Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

## ⭐️ Show your support
If you like this project, give it a ⭐️

## 🙏 Acknowledgements
I would like to thank microverse for the support they have provided

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)