Skip to content

Instantly share code, notes, and snippets.

@aribeiro
aribeiro / README.md
Last active November 26, 2020 13:50
Fake API Call

Frontend Developer Interview

Task 1

Create a new React App using create-react-app: https://create-react-app.dev/

Task 2

  1. Copy the fakeAPI.js to the App created in Task 1, it will be representing the API you will need to use in order to get the data required for this current task.

  2. Create a Page that must to contain an input field and a button.