ποΈ A simple web app to search for movies and manage your personal watchlist using the OMDb API.
- Search for movies by name
- View movie details (poster, rating, genre, plot, etc.)
- Add movies to your watchlist (saved in your browser)
- Remove movies from your watchlist
- Open the main page (
https://toprak1yu.github.io/movie_watchlist/) in your browser. - Search for a movie and click the add button to save it to your watchlist.
- Go to the watchlist page (
watchlist/watchlist.html) to see and manage your saved movies.
doc/: Main search page and related fileswatchlist/: Watchlist page and related filesimages/: Icons and imagesindex.css: Shared styles
- Modern web browser
- Internet connection (for OMDb API)
- Movie data from OMDb API
This project is for learning and personal use only.