Link to view application: https://movie-api-app-tau.vercel.app/ This front-end application uses the OMDb API to allow users to search and view movie details in a clean, responsive layout.
The Movie API App is built with HTML, CSS, and JavaScript, designed to provide an accessible and user-friendly search experience across all devices. Users can look up movies by title, with optional filters for year and genre.
- Search movies by title, with optional genre and year filtering
- Displays detailed movie info including:
- π¬ Title
- π Year
- π Genre
- π₯ Director
- π¨βπ€ Actors
- π Plot Summary
- β Ratings (IMDB, etc.)
- Visually styled movie cards for easy browsing
- Optimized for desktop, tablet, and mobile breakpoints
- Built with responsive techniques like:
- CSS media queries
- Flexible layouts using Flexbox and Grid
- Fully tested across device sizes for consistent user experience
- HTML5
- CSS3 (with modern styling and dark theme)
- Vanilla JavaScript
- OMDb API
OMDb API β The Open Movie Database used to retrieve movie details.
This project is fully functional and supports search filtering, loading feedback, and responsive layouts.