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

https://github.com/fene-87/catalog_of_things

This is a simple console app that helps users keep records of different types of things that they own: books, music albums, games, and movies.
https://github.com/fene-87/catalog_of_things

rspec rubocop ruby

Last synced: 6 months ago
JSON representation

This is a simple console app that helps users keep records of different types of things that they own: books, music albums, games, and movies.

Awesome Lists containing this project

README

          



Catalog Of Things

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Catalog Of Things ](#-catalog-of-things-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [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-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Catalog Of Things

**Catalog Of Things** is an application build with Ruby.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Object Oriented**

(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:

- Code Editor (VS Studio)
- Ruby

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/Fene-87/catalog_of_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 command:

```sh
rspec spec
```

(back to top)

## 👥 Authors

👤 **Muhammad Aleem**

- GitHub: [@MAleemH](https://github.com/MAleemH)
- Twitter: [@MAleemHashmi1](https://twitter.com/MAleemHashmi1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/muhammad-aleem-hashmi-09658a171/)

👤 **Emeka Emmanuel**

- GitHub: [@EmekaEmmanuel](https://github.com/EmekaEmmanuel)

👤 **Fene-87**

- GitHub: [@Fene-87](https://github.com/Fene-87)
- LinkedIn: [Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas-67378220b/)

👤 **Syed Hassan Askri**

- GitHub: [@mshasherazi](https://github.com/shasherazi)

(back to top)

## 🔭 Future Features

- [ ] **Better UI**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues).

(back to top)

## ⭐️ Show your support

If you like this project then please do follow me and give a star to this repo.

(back to top)

## 🙏 Acknowledgments

Thanks to everyone who showed their support and kindness.

(back to top)

## ❓ FAQ

- **Can I use your code for my project?**

- Alright, you can get understanding from my code. I strongly recommend you to write your own code. It will give you better understanding. Thanks!

- **Will you help me to solve my problem in my code?**

- Yes, It will be my pleasure to help you to solve your problem in your code.

(back to top)

## 📝 License

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

(back to top)