Movie Search
A simple and responsive web application that allows users to search for movies and retrieve details like title, year, genre, and plot. The application fetches data from a movie database API and displays results in a user-friendly interface.
Live Demo Link: Movie Search Web App
Features :
Search for movies by title
Fetches movie details like release year, genre, and plot
Responsive and user-friendly UI
Technologies Used
HTML, CSS, JavaScript
OMDB API (or relevant API for fetching movie data)
GitHub Pages for deployment
Setup Instructions
Follow these steps to set up the project locally:
Prerequisites
Ensure you have the following installed:
Git
A web browser
Steps
Clone the repository:
git clone https://github.com/mankal-27/movie-search.git
Navigate to the project folder:
cd movie-search
Open index.html in a browser or use a live server extension in VS Code.
Deployment
The application is hosted on GitHub Pages. To deploy updates:
Make necessary changes and commit them.
Push the changes to the main branch.
Ensure GitHub Pages is enabled in the repository settings.
Contributing
Feel free to fork the repository, make improvements, and create pull requests.
License
This project is licensed under the MIT License.
Contact
For any issues or suggestions, please raise an issue in the repository: GitHub Issues.