Software engineering can seem daunting for beginners. There’s tons of articles, blogs, and…
So far, we have all the functionality to gather results for the user based on their search criteria (with our “getResults” function). Now, when a user clicks submit:
In part 1 we created only one component — App.jsx. Now, we need to make a component for each element we…