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.
- React and create-react-app - https://reactjs.org/
- Spoonacular API for recipe searching - https://spoonacular.com/food-api/
- Material UI for styling - https://material-ui.com/
- Postimages for image hosting - https://postimages.org/
- Pixabay for free stock images - https://pixabay.com/
- 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