Git Product home page Git Product logo

recipefinder's Introduction

Assignment for Module #3 in Ruby on Rails: An Introduction course: Recipe Finder

The overall goal of this assignment was to implement a Rails application using model, view, and controller classes. • the model class will access information • the view class will display information and accept commands from the user • the controller class will implement actions through internal service logic and the delegation to model and view classes.

The functional goal is to provide web page access to recipe information served by http://food2fork.com/api through JSON and images. Documentation for the API can be found at http://food2fork.com/about/api.

Functional Requirements The app displays a recipe index page based on a search keyword entered. • the user will supply a keyword to search for • the Rails app will pass that query to http://food2fork.com/api and accept the results • the Rails app will build a web page display of the results and accept the next keyword search • the web page displayed will provide HTML links to more detailed recipe information from other web sites.

Heroku link:

http://recipefinder5.herokuapp.com/

Example query:

http://recipefinder5.herokuapp.com/?search=mocha

recipefinder's People

Contributors

stafeev avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.