82

Movies App

An application to search for movies, using OMDB API.

ReactViteFrontend

Technology Used

  • React with Vite
  • OMBD API

Summary

Exercise commonly used in technical interviews for Frontend / React junior developers.

Knowledge applied

  • Data fetching and data display.
  • Use of react hooks like useState, useRef.
  • The understanding of custom hooks usage.
  • Pagination and infinite scroll.
  • Debouncing.
  • Responsive design.
  • SOLID principles.
  • Unit Testing with Vitest and React Testing Library.