ClaudiaRojasSoto / Catalog_Of_My_Things

Console-based application built in Ruby, designed to keep an organized record of your possessions across different categories. This app provides a simple and user-friendly interface to manage your personal items efficiently.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1 pt] Group Task #3 - Create app entry point

ClaudiaRojasSoto opened this issue · comments

  • Create a main.rb file that will serve as your console app entry-point.

  • Implement startup actions:

    • Present the user with a list of options to perform.
    • Let users choose an option.
    • If needed, ask for parameters for the option.
    • Have a way to quit the app.