Skip to content

MaciejKujawa/react_movies-list-filter

 
 

Repository files navigation

Movies list - Filter

The Appcontains a MoviesList and a search field. Implement filtering using a useState hook.

Here is the working version

  • On every change save the input value into the query;
  • create a visibleMovies variable containing filtered movies;
  • check if movie.title or movie.description contains query;
  • search should be case insensitive (Inception can be found by entering inc or Inc or even iNC).

Instructions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.3%
  • TypeScript 32.8%
  • SCSS 7.0%
  • HTML 3.6%
  • Shell 0.3%