School Library

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!

Built With

  • Ruby
  • Terminal
  • IRB
  • Rubocop (linters)

Getting Started

To get a local copy up and running follow these simple example steps.

Install

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

Run Linters:

To run rubocop we use:

rubocop

To autocorrect offenses with rubocop we use:

rubocop --auto-correct-all or rubocop -A

Have fun with morse code translation!

Authors

👤 Gordon Otieno

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.