A simple and elegant movie search and watchlist web app powered by the OMDb API.
👉 Live Demo: CineQueue
CineQueue allows users to search for movies, view key details, and add them to a personal watchlist.
Built using HTML, CSS, and JavaScript, it runs entirely in the browser — no backend setup needed.
- 🔍 Search movies using OMDb API
- 📜 View details like title, genre, plot, and ratings
- 🧾 Add or remove movies from a watchlist
- 💾 Data saved locally via
localStorage - 🎨 Simple, responsive UI
- Clone the repository:
git clone https://github.com/maheshmnair/CineQueue.git
- Open
index.htmlin your browser. - Start searching for your favorite movies!
- HTML5
- CSS3
- Vanilla JavaScript
- OMDb API