Skip to content

MejlaP/movie-watchlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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