Movie Watchlist App

Movie Watchlist App

This Movie Watchlist app is a handy tool that fetches data from the Open Movie Database (OMDb) API to search for movies. It retrieves titles, posters, ratings, durations, genres, descriptions. All in HTML+CSS+JS, no libraries, no frameworks.

The project was part of Scrimba’s Working with APIs module off the Frontend Career Path and is intended to train you with:

  • API data fetching
  • The fetch() method
  • The .then() method
  • Local storage

The app is deployed in Netlify.

You can check the code out at GitHub.