- A console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games
- Understand the different types of relationships between tables.
- Run a program using the command line.
- Use Ruby syntax for basic programming operations.
- Implement encapsulation and inheritance with Ruby.
- Store data in files.
- Build interactive console apps.
- [Implementation of OOP Four Principles]
- [Implementation of an interactive console app]
- [Preservation of data]
You can watch the presentation video following this link
To get a local copy up and running, follow these steps.
In order to run this project you need:
- To install Ruby, follow the instructions on the official page.
Clone this repository to your desired folder:
Example commands:
- With SSH:
cd my-folder
git clone git@github.com:ahmedeid6842/catalog-of-my-things.git
- With HTTPS:
cd my-folder
git clone hhttps://github.com/ahmedeid6842/catalog-of-my-things.git
- With GitHub CLI:
cd my-folder
gh repo clone ahmedeid6842/catalog-of-my-things.git
👤 Ahmed Eid
- GitHub: Ahmed Eid
- Twitter: @ahmedeid2684
- LinkedIn: Ahmed Eid
👤 Mathias Wismann
- GitHub: @mwismann
- Twitter: @mathias_wismann
- LinkedIn: Mathias Wismann
👤 Reza Merzaie
- Implement options to add a label/genre/author to an existing item.
- Implement options to remove an item.
- Implement test cases for new options.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you liked this project!
I thank the Code Reviewers for their advice and time 🏆
This project is MIT licensed.