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
Clone down this repository. You will need node and npm installed globally on your machine.
npm install
npm test
npm start
localhost:3000