Movie Search Service using OMDB API
Look implementation of Movie service on Github Pages
- Movies searching using debounce input
- Information on the found film is displayed in the card
- If an error occurs, for example, there is no such movie, then the error is displayed instead of the card
- Show skeleton loader effect when waiting for a response from the server