https://github.com/torobucci/catalog-of-my-things
https://github.com/torobucci/catalog-of-my-things
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/torobucci/catalog-of-my-things
- Owner: torobucci
- License: mit
- Created: 2023-06-05T07:47:08.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-09T19:06:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T06:14:47.574Z (5 months ago)
- Language: Ruby
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)# 📖 Ruby Catalog of things Capstone project
**Ruby Catalog of things Capstone project** is a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the UML class diagram.
### Key Features
- Functional UI
- Object Oriented Programming
- Test Driven Development
Here is [video](https://drive.google.com/file/d/19c0dC7ZtywrwnnxMh06PUK3MEhhgMOiw/view?usp=sharing) presentation of our project
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/torobucci/Breadcrumbscatalog-of-my-things.git
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
ruby main.rb
```
### Run tests
To run tests, run the following sample command:
```sh
rspec ./file_spec.rb
```
👤 **Reem Muhammad**
- GitHub: [@githubhandle](https://github.com/ReemMohamedAbdelfatah)
- Twitter: [@twitterhandle](https://twitter.com/ReemMoh67016126)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/reemmuhammad/)
👤 **Kevin Toro**
- GitHub: [@torobucii](https://github.com/torobucci)
- Twitter: [@torobucii](https://twitter.com/@torobucii)
- LinkedIn: [Kevin Toro](https://www.linkedin.com/in/kevin-toro-047181238/)
👤 **Henry Omondi**
- GitHub: [@githubhandle](https://github.com/Odongo006)
- Twitter: [@twitterhandle](twitter.com/HenryOdongo007)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/henry-odongo/)
- Display add game in UI
- Display add genre in UI
- Display add label in UI
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/torobucci/catalog-of-my-things/issues).
Give a start ⭐️ If you like this project...
Thank you Microverse and my friend who always explain me for preparing this project! clapclapclap
This project is [MIT](./LICENSE) licensed.