https://github.com/youngsong99/ruby-cli-project
2024 DPI Program
https://github.com/youngsong99/ruby-cli-project
cli-app ruby
Last synced: over 1 year ago
JSON representation
2024 DPI Program
- Host: GitHub
- URL: https://github.com/youngsong99/ruby-cli-project
- Owner: YoungSong99
- Created: 2024-03-23T04:19:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T18:23:10.000Z (over 2 years ago)
- Last Synced: 2025-02-03T20:51:57.640Z (over 1 year ago)
- Topics: cli-app, ruby
- Language: Ruby
- Homepage:
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Recipe Matcher CLI
This CLI app recommends possible recipes based on the ingredients you currently have.

## How to Use
1. Run the `main.rb` file.
2. Follow the prompt to enter the ingredients you have, separated by commas.
3. The app will display possible recipes and the percentage match.
## Running Tests
To run the tests, execute the following command in your terminal from the project directory:
ruby tests/recipe_matcher_test.rb