Using knowledge of forms and APIs, build a website that will look up information about movies and display the information for users.
- 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