Skip to content

This is for Apply Ruby best practices and language style guides in code. Describe the SOLID principles of OOP. Understand the four main principles of OOP. Create a UML class diagram. Explain the difference between associations, aggregations, and composition in OOP. Store data in files. Build interactive console apps.

License

Notifications You must be signed in to change notification settings

musangamfure/Catalog-of-my-things

 
 

Repository files navigation

Catalog_of_my_things

📗 Table of Contents

📖 Catalog_of_my_things

Catalog of my things Project is a Ruby-based console application designed to allows users to organize and store data about their personal catalog of items. With this application, you can easily manage various types of collections, such as books, music albums, movies, or any other items you wish to catalog.

🛠 Built With

  • Ruby
  • PSQL

Key Features

  • Item Management: Create and view and delete items in your catalog.

  • Data Persistence: The application ensures data persistence by storing your catalog data in a JSON file. This allows you to access and manage your catalog across different sessions, ensuring that your data is preserved.

  • User-Friendly Interface: The console-based interface provides a straightforward and intuitive user experience. It allows you to navigate through menus, input data, and interact with your catalog using simple commands and prompts

(back to top)

Walkthrough video

video

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

Example command:

 Install Ruby

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/unorjikingsley/Catalog-of-my-things.git

Usage

To run the project, execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

  rspec spec

(back to top)

👥 Authors

👤 Unorji Kingsley

👤 Emmanuel Musangamfura

👤 Paul Tesfaye

(back to top)

🔭 Future Features

  • Use database to store data

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a star.

(back to top)

🙏 Acknowledgments

  • Thanks to all Microverse community

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is for Apply Ruby best practices and language style guides in code. Describe the SOLID principles of OOP. Understand the four main principles of OOP. Create a UML class diagram. Explain the difference between associations, aggregations, and composition in OOP. Store data in files. Build interactive console apps.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%