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.
- Host: GitHub
- URL: https://github.com/fene-87/catalog_of_things
- Owner: Fene-87
- License: mit
- Created: 2023-04-23T09:10:41.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-29T19:41:44.000Z (over 2 years ago)
- Last Synced: 2025-02-13T17:49:46.521Z (8 months ago)
- Topics: rspec, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** is an application build with Ruby.
Client
- **Object Oriented**
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
```
👤 **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)
- [ ] **Better UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues).
If you like this project then please do follow me and give a star to this repo.
Thanks to everyone who showed their support and kindness.
- **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.
This project is [MIT](./LICENSE) licensed.