Skip to content

sourcedevelopersdotcom/recipes-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes by Ingredients Searcher Frontend

This project is a very simple react project built to test the recipes by ingredients searcher API located in the next repo:

1.- Application Description

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.

2.- Application Running

This app is deployed in the next url:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published