Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.49 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.49 KB

Recipe App

https://github.com/oephi/recipe_app.git

Purpose:

All aspiring chefs begin at home. This application is targeted at the home cooks. With recipes, required ingredients and steps required to reach culinary excellence.

Functionality

  • Select recipe
  • Select recipe by ingredient (second iteration)
  • Check selection
  • Display ingredients
  • iterate through steps
  • go back a step (second iteration)
  • restart app

Installation

Requires Ruby to run.

A few gems are required

$ gem install json
$ gem install rainbow
$ gem install terminal-table

To run application at terminal

$ ruby app.rb

Enjoy!

Screenshots

screenshot1 screenshot2

The Experience

This was a really great experience. This was Jessica's idea and once I realised we would be wrangling Json data, I jumped all over it. We had loads of hiccups, lots of troubleshooting, and we succeeded. Paired programming at it's finest.

Here is our initial thoughts and design ideas brainstorming_sesh1 brainstorming_sesh2

This is our work plan and trello boards: trello trello2 trello3 trello4 trello5