Welcome to Movie Watchlist APP 👋 Screenshoot Requirements: Two pages, index.html and watchlist.html Index.html === search page. Calls to OMDB API with the title searched for and displays search results Button to "add to watchlist" which saves that data to local storage Watchlist.html loads and displays data from local storage Key learnings: Callbacks: • Functions as first-class objects Promises: • Three states(pending, fulfilled, rejected) • .then(),.catch() and chaining • async/await + try/catch syntax Live server: https://delightful-cocada-a459db.netlify.app/ Author: Sinisa Jovanovic(/~https://github.com/SinisaJO)