This project is a very simple react project built to test the recipes by ingredients searcher API located in the next repo:
This application contains a form that let you insert ingredients for recipes searches.
The results are shown ordered by ratings.
The application logic is contained mainly in the next three files:
- App.jsx → is the app main file that contains the form and makes request to the API recipes endpoint
- RecipeList.jsx → is a react component that help with the render of the recipes list get as results
- Recipe.jsx → is a react component that help with the render of each recipe get as result.
This app is deployed in the next url: