Skip to main content

Ejercicio de interfaz

In this type of exercise, you will be usually presented with some UI/UX component that you will have to build either using plain CSS+HTML+JS or using some framework like React, Angular, Vue, Svelte, … You will usually have between 30 min to 1 hr to complete this exercise.

Example exercise

Statement

  1. Fetch data from https://swapi.dev/api/people/
  2. Using the data from our API print a list of star wars characters
  3. Show information about each character when clicking on its name in the list
  4. Solution -> stoic-neumann-f789mi - CodeSandbox

Tips to succeed in the front-end exercise