Skip to content

achipre/prueba-tecnica-junior--reactjs

Repository files navigation

Technical Test Junior (Reactjs)

Description

This is a simple technical test junior using React with some requeriments also use useStated, useEffect, customHooks, useRef, useMemo, useCallback:

Requirements:

  • It needs to display an input field to search for the movie and a search button.
  • List the movies and display the title, year, and poster.
  • Ensure the form works when searching.
  • Make the movies display in a responsive grid.
  • Perform data fetching from the API.

First Iteration:

  • Prevent the same search from being made twice in a row.
  • Make the search happen automatically while typing.
  • Avoid continuous searching while typing (debounce).

Demo: https://pruebatecnicajunior-reactjs.netlify.app/

APIs

Tecnologies