Daphineatim/catalog-of-my-things

[1pt] Create a main.rb file that will serve as your console app entry-point

Closed this issue · 0 comments

Create a main.rb file that will serve as your console app entry-point.
Implement startup actions:

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