Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A simple ruby school library application that utilizes classes and relationships between the classes to manage students and library book rentals.
https://github.com/rileymanda/school-library

pry ruby

Last synced: about 6 hours ago
JSON representation

A simple ruby school library application that utilizes classes and relationships between the classes to manage students and library book rentals.

Awesome Lists containing this project

README

        

Schoollibrary

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Schoollibrary](#-Schoollibrary)
- [🛠 Built With](#-built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Getting Started](#getting-started)
- [👥 Author](#-author)
- [🔭 Future Features](#-future-features)
- [🤝 Contributing](#-contributing)
- [⭐️ Show your support](#️-show-your-support)
- [🙏 Acknowledgments](#-acknowledgments)
- [📝 License](#-license)

# 📖 Schoollibrary

**Schoollibrary** is A simple ruby school library application that utilizes classes and relationships between the classes to manage students and library book rentals.

## 🛠 Built With

### Tech Stack

> Ruby

### Key Features

> Person class
> Student class
> Teacher class

(back to top)

## Getting Started

```ruby
git clone https://github.com/RileyManda/school-library.git
```
```ruby
cd school-library
```
```ruby
ruby main.rb
```

(back to top)

## 👥 Author

👤 **RileyManda**

- GitHub: [@RileyManda](https://github.com/RileyManda)
- Twitter: [@rilecodez](https://twitter.com/rileycodez)
- LinkedIn: [rileymanda](https://www.linkedin.com/in/rileymanda/)

(back to top)

## 🔭 Future Features

- **Create basic ui**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ClarenceAtim/Enumerable/issues).

(back to top)

## ⭐️ Show your support

If you like this project you can share this project to your friend

(back to top)

## 🙏 Acknowledgments

I would like to express my sincere gratitude to Microverse, the dedicated reviewers, and collaborators. Your unwavering support, feedback, and collaborative efforts have played an immense role in making this journey a resounding success. I am truly grateful for your contributions and for being an integral part of my achievements and growth as a Software Engineer.

(back to top)

## 📝 License

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)

(back to top)