OOP School Library app will allow you to:
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
Ruby
To get a local copy up and running follow these simple example steps.
Install
In your terminal, navigate to your current directory and
run this code
git clone https://github.com/zmekonnen251/OOP-school-library.git
Locate the directory in your file explorer
cd Enumerable
Install Rubocop
bundle install
Run Linters:
To run rubocop
we use: rubocop
To autocorrect offenses with rubocop
we use: rubocop --auto-correct-all
or rubocop -A
Built With - Ruby - Terminal - IRB - Rubocop (linters)
👤 Zelalem Mekonnen
- GitHub: GitHub
- Twitter: Twitter
- LinkedIn: Zelalem G. Mekonnen
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.