Object Oriented Programming app. Simulates a library of an University, a useful tool that records what books are in the library and who borrows them. This app will allow 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!
- Programming Language: Ruby
- Linter: Rubocop
- VS Code
- Object Oriented Programming
To get a local copy up and running follow these simple steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Ruby.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Ruby installation.
$ ruby --version && irb
Clone the repository using the GitHub link provided below.
In the terminal, go to your file directory and run this command.
$ git clone git@github.com:mavericks-db/my-enumerable.git
Kindly modify the files as needed.
👤 Williams Colmenares
- GitHub: @williamscch
- Twitter: @wdavidcch
- LinkedIn: LinkedIn
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.