close



react recipes



project :

react frontend API

started :

1 july 2019

completed :

3 july 2019

One of my hobbies is testing out different recipes that I find online in order to see if they actually taste good. So I decided to make a react recipe app using the edamam recipe API. I designed the frontend of the application using HTML and CSS as well as javascript of course. The app lets you search any food ingredient and delivers three different recipes by calling and fetching responses from the API. I often use the app to find new recipes and explore different cultures of cuisine. The API only permits a certain number of requests per hour, so it isn't an industrial app which can be used for restaurants and the like, howevever,it gave a great learning experience in requesting information from an API and presenting results in a succinct way.