This CLI app recommends possible recipes based on the ingredients you currently have.

- Run the
main.rbfile. - Follow the prompt to enter the ingredients you have, separated by commas.
- The app will display possible recipes and the percentage match.
To run the tests, execute the following command in your terminal from the project directory:
ruby tests/recipe_matcher_test.rb