Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usorfaitheloho/school-library
The goal of this project is to build an app for a school library that will allow them to add new students or teachers, add new books, save records of who borrowed a given book and when the book was borrowed. This project solely used Object Oriented Programming(OOP).
https://github.com/usorfaitheloho/school-library
oop ruby
Last synced: 26 days ago
JSON representation
The goal of this project is to build an app for a school library that will allow them to add new students or teachers, add new books, save records of who borrowed a given book and when the book was borrowed. This project solely used Object Oriented Programming(OOP).
- Host: GitHub
- URL: https://github.com/usorfaitheloho/school-library
- Owner: usorfaitheloho
- License: mit
- Created: 2022-05-18T11:27:05.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-24T09:22:10.000Z (over 2 years ago)
- Last Synced: 2024-11-11T05:45:29.203Z (3 months ago)
- Topics: oop, ruby
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# School Library
> Implementing classes to represent student and teachers in OOP school library app.
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
And all of this will be built in a beautiful and well-organized way!## Built With
- Ruby
- Ruby linters## Getting Started
To get a local copy up and running follow these simple example steps.
1. `git clone https://github.com/usorfaitheloho/school-library.git`
2. `cd school_library`
3. `ruby main.rb`## Authors
👤 **Faith Usor**
- GitHub: [@usorfaitheloho](https://github.com/usorfaitheloho)
- Twitter: [@SaiedGaffer](https://twitter.com/faith-usor16)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faith-usor16/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/usorfaitheloho/school-library/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse: [microverse community](https://github.com/microverseinc)
## 📝 License
This project is [MIT](./MIT.md) licensed.