Pergunta de entrevista da empresa iTrobes Technologies

Task: Create a login page and integrate its API (API will be provided). The login API will return a token that we need to store somewhere because it's needed to make an API call on the next Page. If the user logined successfull, the user can able to navigate to the products page, where we need to make another API call with the token, and we need to show the products and their details in the table view. Here, the table view mapping is a little bit tricky.