Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 703 Bytes

File metadata and controls

21 lines (12 loc) · 703 Bytes

🔎 OMDB API MOVIE LOOK UP 🎥

Task To Complete:

Using knowledge of forms and APIs, build a website that will look up information about movies and display the information for users.

What Was Done To Complete The Task:

  • Created local project that uses Vite, Prettier, and ESLint
  • .env file to hide API KEY (imported the key using Vite)
  • Used form functionality to take user input for title and lenght of plot
  • When results display it shows Title, Year, Rating, Release Date and Poster
  • Installed vite plugin to turn the api calls to HTTPS

Preview Of Page:

Screenshot

Screenshot