- 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
- Callbacks:
• Functions as first-class objects - Promises:
• Three states(pending, fulfilled, rejected)
• .then(),.catch() and chaining
• async/await + try/catch syntax