Skip to content

A simple web app for searching movies using the OMDB API and managing watchlist. Users can add movies, view details, and manage their watchlist, with data saved in the browser's local storage.

Notifications You must be signed in to change notification settings

daniela-ghenu/movie-watchlist

Repository files navigation

Movie Watchlist 📽️

Movie Watchlist is a simple web application that allows users to search for movies and manage watchlist. Users can search for movies by title, view detailed information about them, and add or remove them to or from their watchlist. The watchlist is stored in local storage, allowing users to manage it even after closing the browser.

Search Page with movies

Table of Contents

Features

  • Search movies by title using the OMDB API.
  • View detailed information about selected movies.
  • Add movies to a watchlist.
  • View and manage the watchlist stored in local storage.
  • Remove individual movies or clear the entire watchlist.

Technologies

  • HTML
  • SCSS
  • JavaScript
  • Handlebars
  • Vite

Installation

  1. Clone the repository:
  git clone https://github.com/daniela-ghenu/movie-watchlist.git
  1. Navigate to the project directory:
  cd movie-watchlist
  1. Install the dependencies:
  npm install

Usage

  • Start the development server:
  npm run dev
  • Build the project for production:
  npm run build
  • Preview the production build:
  npm run preview

License

This project is licensed under the MIT License.

About

A simple web app for searching movies using the OMDB API and managing watchlist. Users can add movies, view details, and manage their watchlist, with data saved in the browser's local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published