Skip to content

A modern and responsive movie browsing web application built using HTML, CSS, and JavaScript. This project fetches real-time movie data from a public API and displays trending titles, movie details, and search results in a user-friendly interface. Features include dynamic search, modal popups for movie info, responsive layout, and clean UI design.

Notifications You must be signed in to change notification settings

shantanulanjewar12/movie-app-using-HTML-CSS-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie-app-using-HTML-CSS-JavaScript

A Movie Guide Web Application built using HTML5, CSS3, and Vanilla JavaScript, allowing users to search for any movie and view its details using the OMDb API.


🚀 Features

  • Dynamic search for any movie using the OMDb API
  • Displays poster, title, rating, genre, cast, plot, duration, and release date
  • Clean and responsive UI design
  • Interactive search functionality
  • Error handling for invalid or unavailable movie queries

📸 Preview

🖼️ Screenshot1 – Movie App Preview

Home Page Preview

🖼️ Screenshot2 – Movie Search Preview

Home Searched Preview

🎥 Demo

📽️ Watch the working demo here:
🎬 Click to view demo


📂 Project Structure

movie-app-using-HTML-CSS-JavaScript ├── index.html # Movie search markup ├── style.css # Styling for search bar, results card, layout ├── script.js # API fetch logic and DOM manipulation ├── Screenshot1.png # Preview 1 ├── Screenshot2.png # Preview 2 ├── demoRec.mp4 # Short demo video └── README.md # Project documentation

🧠 What I Learned

  • Fetching data asynchronously from an external API using fetch
  • Dynamically manipulating the DOM with JavaScript
  • Handling user input and edge cases in a web application
  • Improving UI/UX using clean HTML/CSS structure
  • Organizing frontend projects in a readable and modular format

Feel free to ⭐ the repo or fork it if you found it helpful!

About

A modern and responsive movie browsing web application built using HTML, CSS, and JavaScript. This project fetches real-time movie data from a public API and displays trending titles, movie details, and search results in a user-friendly interface. Features include dynamic search, modal popups for movie info, responsive layout, and clean UI design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published