catalog_of_my_things

Stars
1

📗 Table of Contents

📖 Catalog Of My Things

Catalog Of My Things 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 was based on the UML class diagram presented. The use data will be preserved in a json file.

🛠 Built With

Tech Stack

Key Features

  • keep a record of different types of things you own: books, music albums, movies, and games.
  • List all your data when the option is selected
  • Store user data to the storage

🚀 Project Video

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 You need to have ruby installed

Setup

Clone this repository to your desired folder:

  git clone https://github.com/yonas44/catalog_of_my_things.git

Install

Install this project with:

Example command:

  cd catalog_of_my_things
  bundle install

Usage

To run the project, execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

Example command:

  rspec spec --format documentation

👥 Authors

👤 Author1

👤 Author2

👤 Mert Kaya

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • remove a selected book
  • add genre to selected book

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project please give it a star

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank Microverse

📝 License

This project is MIT licensed.

Related Projects