My React Recipe Box Project

I’m finishing up the Recipe Box project and looking for feedback about the current state of my project. Here is the project please take a look and give me some feedback about how it looks and what can be done better.

As of right now two things come to mind that I can brush up:

  1. Add some kind of input box validation in the modal/form so that if the user submits an empty recipe an error shows

  2. Put the recipe ingredients on separate lines (actually having trouble with this, when I iterate using .map it wants to put every ingredient on the same line)

Any other suggestions?

I can think of

Have users upload pictures.
Another input box for categories, etc…