Starter project
The starter project contains a SearchForm
component in the SearchForm.js
file in the src/SearchForm
folder. The component allows a user to enter search criteria and get matching fruit names.
Run the app by executing the following command in a terminal:
npm start
Enter “app” into the search box and press the “Search” button. We will see the matches appear with a “Clear” button:
Get hands-on with 1400+ tech skills courses.