Once we've created our Search.js
and added everything we need to, it should look something like this:
Our App.js
should look like this after importing Search
.
Our search.css
and app.css
file's should look something like this
And lastly, our App.test.js
and Search.test.js
should have a basic tests like this:
Moving forward, unless complex you will have to style your own CSS and write your own tests. Let's continue!