Recipe App!

Using APIs to find recipes

This project was to reinforce my knowledge on APIs to make an application to quickly find recipes for random food I want to try out.

Using the search bar, the end user can search for any recipe and get back the ingredients and the instructions on how to make it

This project uses React to make the front end of the application/the search bar. The application uses the Edamam API for the recipe search and the Unsplash API for the food background in the homepage, complete with the name of the photographer/the food's description.

View Application