React Props Starter

Mythical Creature App with a list and form in components (uses props):

  • move current new item to a component
  • move list to a component
  • move form to a component
  • move individual list items to a component (optional exercise)

NOTE

Does not have clearing inputs or single handler method.

npm install to install dependencies