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

https://github.com/jugosack/school-library-ruby

This is a user-friendly tool that efficiently manages book inventory, borrowers, and borrowing history, providing accurate record keeping and enhancing the borrower experience.
https://github.com/jugosack/school-library-ruby

ruby

Last synced: over 1 year ago
JSON representation

This is a user-friendly tool that efficiently manages book inventory, borrowers, and borrowing history, providing accurate record keeping and enhancing the borrower experience.

Awesome Lists containing this project

README

          

# School Library in Ruby

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 School_Library-Ruby

This is a user-friendly tool that efficiently manages book inventory, borrowers, and borrowing history, providing accurate record keeping and enhancing the borrower experience.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Student and Teacher Management**
- **Add basic UI.**
- **Refactor code.**
- **Preserve data.**

> Allows users to add new students or teachers to the library. Users will be able to input relevant information such as names, contact details, and identification numbers for easy identification and communication.

- **Book Management**

> Users can input details such as book title and author to create a comprehensive collection of available books.

- **Borrowing and Return Records**
> The app efficiently records who borrowed a particular book and when. It creates borrower profiles and link them to specific books that borrowers borrow. It also tracks the due dates for book returns.

(back to top)

## 🚀 Live Demo

- Live Demo link comming soon.

(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 install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
```
ruby main.rb
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/jugosack/school-library-ruby
```

(back to top)

## 👥 Authors

👤 **Jugoslav Achkoski**

- GitHub: [@github](https://github.com/jugosack)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jugoslavachkoski/)
- Twitter: [twitter](https://twitter.com/Jugoslav_A)
- Facebook: [facebook](https://www.facebook.com/jugoslav.ackoski/)

👤 **Mark Fenekayas**

- GitHub: [@Fene-87](https://github.com/Fene-87)
- Twitter: [@markfen4](https://twitter.com/markfen4)
- LinkedIn: [Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas-67378220b/)

👤 **Innocent Chase**

- GitHub: [@chaseknis](https://github.com/Chaseknis)
- Twitter: [@ChaseToTheWorld](https://twitter.com/chasetotheworld)
- LinkedIn: [Innocent N.](https://www.linkedin.com/in/innocent-n-200826252/)

(back to top)

## 🔭 Future Features

- [ ] **Add unit tests.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/jugosack/school-library-ruby/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️ and let me know what you like in particular.

(back to top)

## 🙏 Acknowledgments

I would like to thank the microverse community for the useful content.

(back to top)

## 📝 License

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

(back to top)