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