Movies list - Filter

Task

You are given movies list and a search field.

  1. On every change save the input value into the state.query
  2. Filter the movies using state.query by searching it in the movie.title or movie.description
  3. Search should be case insensitive (Inception can be found by entering inc or Inc or even iNC)
  4. (*) Move the search markup and logic to a separate component but keep the movies in the App