An open API service indexing awesome lists of open source software.

https://github.com/torobucci/catalog-of-my-things


https://github.com/torobucci/catalog-of-my-things

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        


📗 Table of Contents

- [📖 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.

## 🛠 Built With

### Tech Stack



(back to top)

### Key Features
- Functional UI
- Object Oriented Programming
- Test Driven Development

(back to top)

## 🚀 Live Demo

Here is [video](https://drive.google.com/file/d/19c0dC7ZtywrwnnxMh06PUK3MEhhgMOiw/view?usp=sharing) presentation of our project

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

- Display add game in UI
- Display add genre in UI
- Display add label in UI

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/torobucci/catalog-of-my-things/issues).

(back to top)

## ⭐️ Show your support

Give a start ⭐️ If you like this project...

(back to top)

## 🙏 Acknowledgments

Thank you Microverse and my friend who always explain me for preparing this project! clapclapclap

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)