Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.18 KB

School Library

The objective of this project is to practice Object Oriented Programming. The app will be a library that simulates the following actions:

  • Add new students or teachers.
  • Add new books.
  • Save records of who borrowed a given book and when.

Built With

  • Ruby

ScreenShot

Setup

  • To clone this repo:
    • Open the Terminal(Mac/Linux) or the Cmd (Windows);
    • Navigate to where you want to paste the Repo folder;
    • Type git clone git@github.com:mateo951/oop-school-library.git;
    • Open the folder todo-list that was created on your IDE;

Run

  • To run a file type the following in the terminal
  • ruby filename.rb

Authors

👤 Mateo Villagómez
GitHub: @mateo951
Twitter: @MVGameDev
LinkedIn: @Mateo Villagómez

🤝 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!

📝 License

This project is MIT licensed.