/fe-React-Recipe-Finder

This application allows users to search for food recipes by entering a query. The resulting recipes are then displayed in a list on the page with all the corresponding data. Axios was used in this application.

Primary LanguageJavaScript

React Recipe Finder

Description

This is an application to render a list of recipes in React. It was built as a project to practice how to create and import components, make an api call, and render a list of recipes based on that call.

  • using axios with React to make API requests
  • passing down data in React with props
  • updating state

Project Screenshot(s)

Recipe_Search_001a

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000