Giter Club home page Giter Club logo

lookncook's Introduction

LookNCook

Summary: This app allows you to input in the ingredients you have and generates recipes matching those ingredients. The recipes that require the least amount of additional ingredients are displayed first.

Description: In LookNCook, you can perform a simple search for the ingredients you require. We make calls to the Nutritionix API platform whenever you enter a letter, and display the matching ingredients returned by that API on the tableViewController. The SwiftyJSON cocoa pod was incorporated in our app to make the JSON parsing simpler. Once you select an ingredient, it is displayed as a removable tag at the top of the keyboard. This allows you to edit the list of ingredients you want to search for.

Now, when we finally click on search, the app displays a list of matching ingredients, ordered by how many ingredients are missing. Basically, it displays the recipe you have the most ingredients to make first. To get the matching ingredients, we made a call to the Yummly API.

Ok, so once you click on a recipe you like, it displays what your food will look like along with ingredients you require to make it. The back button allows you to go back to the ingredients searcher, and the download button will allow you to save your recipe for offline storage. I am still working on the latter functionality, and was going to use core data to implement it.

So, yeah that’s it. Happy looking!

Screenshots:

ScreenShot ScreenShot ScreenShot

lookncook's People

Contributors

arjunsarup1998 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.