Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

50Projects-HTML-CSS-JavaScript : Movie search app #46

Merged
merged 2 commits into from
Dec 22, 2024

Conversation

tajulafreen
Copy link
Owner

Description

This pull request introduces a fully functional Movie Search App built using HTML, CSS, and JavaScript. The app allows users to search for movies using a public API (OMDB), fetches movie details, and displays them in a responsive layout.

Features Added:

  • Search functionality to fetch movies by title.
  • Display of movie details, including title, year, and poster.
  • Responsive design for improved user experience across devices.
  • Error handling for invalid queries or API failures.

Files Added/Modified:

  1. index.html: Structure of the app, including search bar and movie container.
  2. style.css: Styling for the app's layout and components.
  3. script.js: JavaScript logic for API integration and dynamic rendering.

@tajulafreen tajulafreen merged commit 41b672c into main Dec 22, 2024
5 checks passed
@tajulafreen tajulafreen deleted the Movie_Search_App branch December 22, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant