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