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.
- fetching data from an api with React
- useState and useEffect
- passing down data in React with props
- updating state
- SCREENSHOT 1
- SCREENSHOT 2
Clone down this repository. You will need node and npm installed globally on your machine.
npm install
npm test
npm start
localhost:3000