FilmFever is a Movie Search app that allows users to search for popular movies and view their details, such as title, rating, overview, and release date. The app also provides a popup feature to display additional information about each movie.
To run this project, you need the following:
- HTML file to embed the JavaScript code
- CSS file for styling
- Internet connection to fetch movie data from the API
- Clone the repository or download the JavaScript file.
- Create an HTML file and link the JavaScript file using the
<script>
tag. - Create a CSS file and link it to the HTML file using the
<link>
tag.
- Open the HTML file in a web browser.
- The app will automatically load popular movies on the initial page.
- Enter a movie title in the search input field and press Enter to search for specific movies.
- To return from the search page to the popular movies page, simply click Enter on an empty search input.
- Click on a movie container to view more details in a popup.
- Use the Previous and Next buttons to navigate between pages of popular movies.
This app uses the The Movie Database (TMDB) API to fetch movie data. You need to obtain an API key from TMDB and replace the placeholder API key in the JavaScript file with your own.
Contributions are welcome! If you have any suggestions or improvements for this project, feel free to submit a pull request.
- The Movie Database (TMDB) for providing the movie data API.
- Font Awesome for the icons used in the project.