Create a new React App using create-react-app
: https://create-react-app.dev/
-
Copy the
fakeAPI.js
to the App created inTask 1
, it will be representing the API you will need to use in order to get the data required for this current task. -
Create a Page that must to contain an
input field
and abutton
.