Code Monkey home page Code Monkey logo

chefly's Introduction

Chefly is a recipe finder app that lets a user search for recipes by ingredients and cuisine type. The recipes are presented “Tinder” style, and users swipe left or right to browse recipes.

The app connects with the Yummly api to deliver high quality recipe information and images.

chefly's People

Contributors

pschwyter avatar nichaley avatar wduntak avatar epitron avatar merrickread avatar

Stargazers

Brant Boshart avatar

Watchers

James Cloos avatar  avatar Nathan Ho avatar  avatar  avatar

Forkers

nichaley

chefly's Issues

Ingredients array bug

Something odd happens after I add/remove an ingredient at a time. After the 4th ingredient (cheese), params[:ingredients] == ",,,cheese".

Started GET "/?ingredients=%2C%2C%2Ccheese&_=1425917354930" for 127.0.0.1 at 2015-03-09 12:11:20 -0400
Processing by RecipesController#index as JS
  Parameters: {"ingredients"=>",,,cheese", "_"=>"1425917354930"}
Completed 500 Internal Server Error in 495ms

The HTTParty request then fails with a Zlib::DataError - incorrect header check. Every search is broken until I reload the page, so it is a JS bug of some kind.

Can't type "f"

I can't type "f" in the search field!

Also, arrow keys don't work in the search field. (I think your onkeydown handler needs to check if the input field has focus, and to ignore those keypresses.)

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.