Brezus / js-api-movie-watchlist

Uses OMDB API. Search movies and add them to your watchlist.

Home Page:https://caseyocampo.github.io/js-api-movie-watchlist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Watchlist API Project

A solo project from Scrimba (all code is from scratch). The only resource provided was a Figma design file and a link to use the OMBb API and the following 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.

Video Walkthrough

In addition to coding this project, I've also recorded a project walkthrough video that you can watch on YouTube.

About

Uses OMDB API. Search movies and add them to your watchlist.

https://caseyocampo.github.io/js-api-movie-watchlist/


Languages

Language:JavaScript 39.2%Language:CSS 36.0%Language:HTML 24.7%