Frage im Vorstellungsgespräch bei Within3

Create a simple GraphQL API service using Node.js Typescript and Apollo Server that: a. accepts a country code and zip code, b. queries zippopotam c. returns the zipcode info. d. Please don’t use Nest/Next/any other JS frameworks. 2. Create a simple CRA app using Typescript and MaterialUI that: a. Offers a lookup form which i. Requires the user to select the country (defaults to US) ii. Requires to enter a zip code iii. Queries your API service and displays the zipcode’s city and state from the response. b. Display a list of the last 5 zip codes searched and their city and state. 3. Add one meaningful unit test to either the API or CRA. 4. Add a quick README with instructions on how to run the project locally Bonus points: ● Allows the user to clear the search history.

Antwort im Vorstellungsgespräch

Anonym

28. Okt. 2022

I did what they asked successfully, but they provide zero feedback back.