Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.09 KB

Pantry

Delicious recipes at your fingertips using ingredients that are already in your kitchen

Summary

Pantry is for the indecisive homecook who doesn't have time for shopping and wants to make a delicious, original home cooked meal inspired by the incredients they already have available.

With the help of the Spoonacular API, Pantry takes the ingredients you have laying around and provides you with a list of easy, delicous recipes you can make on the spot. Just gather up several ingredients you have in your pantry or fridge, enter them into the app, and after a quick search you suddenly have an abundance of dinner options for the evening without resorting to expensive takeout or an unecessary trip to the store.

Find a recipe you like? Pantry also lets you add to favorites for easy access next time you need whip up a meal.

Clone and enjoy!

Setup

Generate free Spoonacular API key

Create a .env file and add the following key

API_KEY="<YOUR-SPOONACULAR-API-KEY>"

Initialize

  1. npm install
  2. npm run build
  3. npm start