Exercise for Thinkful Module 27
This app allows a user to enter data about recipes using a form with multiple inputs, and display that data in a table.
This app is created using React and makes use of React function components and uses hooks like useState(). Form data is stored in React State as it is input by the user