Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 884 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 884 Bytes

Movie Watchlist

Solo Project: API, Async JS

Project link

https://movie-watchlist-97ab73.netlify.app/watchlist

Project requirements

  • Two pages - index.html and watchlist.html
  • Index = 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

image1 image2

image3 image4