Skip to content

🎬 Movie Search Service on pure JS (ES6) using OMDB API

Notifications You must be signed in to change notification settings

BoikoYV/search-film-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Search Service using OMDB API

Look implementation of Movie service on Github Pages

Functional

  • 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