Movie Search App
Project Description
This Movie Search App is a simple web application built using Vanilla JavaScript, HTML, and CSS. It allows users to search for movies by title, view a list of movie results, see detailed information about a specific movie, and navigate through the search results and movie details easily. The app also features a responsive design for optimal viewing on both desktop and mobile devices and remembers users' search history.
User Stories
- As a user, I want to see the movies without search.
- As a user, I want to be able to search for movies by title.
- As a user, I want to see a list of movie results based on my search.
- As a user, I want to view detailed information about a specific movie when I click on it.
- As a user, I want a responsive design that looks good on both desktop and mobile devices.
- As a user, I want to easily navigate through the search results and movie details.
- As a user, I want the app to remember my search history.
Live Link
Movie Search App
Instructions to Run Locally
To run this project locally, follow these steps:
- Clone the repository to your local machine using the following command:
- Navigate to the project directory:
- Open the
index.html
file in your preferred web browser.
That's it! You can now use the Movie Search App locally on your machine.
Technologies Used