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:
-
Add some kind of input box validation in the modal/form so that if the user submits an empty recipe an error shows
-
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?