A recipe search application built with React. This application interfaces with a popular recipe API to retrieve recipes from multiple sites.
Head over to https://dnorkett.github.io/react-recipe-app/ for a live demo.
To get the frontend running locally:
- Clone this repo
npm install
to install all required dependenciesnpn start
to start local server (this project uses create-react-app)
Type in an ingredient or the name of a recipe and hit search to display a list of 30 matching recipes.