https://github.com/geekelo/personal-inventory
A ruby app to keep personal inventory records
https://github.com/geekelo/personal-inventory
cli-app ruby
Last synced: 5 months ago
JSON representation
A ruby app to keep personal inventory records
- Host: GitHub
- URL: https://github.com/geekelo/personal-inventory
- Owner: geekelo
- Created: 2023-09-25T08:09:45.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-30T15:17:38.000Z (over 2 years ago)
- Last Synced: 2025-04-06T16:17:22.754Z (about 1 year ago)
- Topics: cli-app, ruby
- Language: Ruby
- Homepage:
- Size: 714 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PERSONAL INVENTORY CONSOLE APP
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 PERSONAL INVENTORY ](#-personal-inventory-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Video Presentation ](#video-presentation-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**PERSONAL INVENTORY CONSOLE APP** is a t a simple console app built with Ruby that allows users to manage collections of the movies, games, music albums and books they own.
This project is based on the following UML class diagram.

Ruby
### Video Presentation
[See Video](https://drive.google.com/file/d/1p01lZr5ACIx3p_ULbuULAGKr54G_LlRQ/view?usp=sharing)
- **Presents the user with a list of options to perform.**
- **Let users choose an option.**
- **If needed, asks for parameters for the option.**
- **Has a way to quit the app.**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Code editor like VS code
- Ruby installed in your machine
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/geekelo/personal-inventory_project.git
```
### Install
Install this project with:
```sh
cd personal-inventory
bundle install
```
### Usage
To run the project, execute the following command:
```sh
ruby main.rb
```
👤 **Eloghene Otiede**
- GitHub: [@githubhandle](https://github.com/geekelo)
- Twitter: [@twitterhandle](https://twitter.com/geekelo_xyz)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eloghene-otiede)
👤 **Melkamu Almawu**
- GitHub: [@melkamu12](https://github.com/melkamu12)
- Facebook: [@Melkamu Almawu](https://www.facebook.com/people/Melkamu-Almawu/pfbid028hQsqdkxPj8AuN9RFqvCFArmhEP2kcaFNRPL5X8Cri14ZTStjVNPNj2kevtq8GSJl/)
- LinkedIn: [Melkamu Almawu](https://www.linkedin.com/in/melkamu-almawu/)
👤 **Chandan Gupta**
- GitHub: [@Chandan-devs-tech](https://github.com/Chandan-devs-tech)
- Twitter: [@ChandanGuptaDev](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [@chandangupta-devs](https://www.linkedin.com/in/chandangupta-devs)
👤 **Ayomide Emmanuel**
- GitHub: [@Paulinelali](https://github.com/Paulinelali)
- Twitter: [@ayomide-emmanuel](https://www.linkedin.com/in/ayomide-emmanuel-1353b31b9/)
- LinkedIn: [@ayomide-emmanuel](https://www.linkedin.com/in/ayomide-emmanuel-1353b31b9/)
- [ ] **Add Delete options**
- [ ] **Add edit options**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/geekelo/unibek-school_library_app/issues).
If you like this project drop a ⭐️
I would like to thank from Microverse for adding the guidlines of project.
This project is [MIT](./MIT.md) licensed.