Inverse Recipe

Web app to search for recipes through the ingredients you currently have. Find a dish, discover which ingredients you're missing and which ones you can put to good use! Built with React and Javascript.

Demo

Alt Text

Credits

Setup

  • Run git clone https://github.com/pedscn/inverse-recipe.git
  • Enter directory with cd inverse-recipe
  • Run npm install to install dependencies
  • Sign up at https://spoonacular.com/food-api/console#Dashboard (No email confirmation needed)
  • Copy api key from your Spoonacular profile.
  • Paste api key into (inverse-recipe/src/config.js)
  • Run npm start