Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow a you to:
- 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!
- Ruby
- Terminal
- IRB
- Rubocop (linters)
To get a local copy up and running follow these simple example steps.
In your terminal, navigate to your current directory and clone this repo
https://github.com/GordonOtieno/school-library.git
Locate the directory in your file explorer
cd school-library
Install Rubocop
bundle install
rubocop
rubocop --auto-correct-all
or
rubocop -A
Have fun with morse code translation!
👤 Gordon Otieno
- GitHub: @Gordon_Otieno
- Twitter: @GordonOtieno
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.