Welcome to the Movie Finder website! This web application allows you to search for movies and TV series and provides information from IMDb and TMDb.
- Search Movies: Easily search for your favorite movies or TV series by name.
- Watch movie: Access movie and video clips directly from the site.
- alternative source: two sources to find movie easily
-
Visit the Website:
-
Search for Movies:
- Enter the name of the movie or TV series you want to find in the search bar.
-
Explore Details:
- Click on a search result to view detailed information about the selected title.
-
Watch movie:
- If available, watch movie and video clips directly on the website.
-
alternative source::
- two sources to find movie easily
If you want to run the Movie Finder locally on your machine, follow these steps:
- Clone the Repository:
git clone https://github.com/hetpatel7567/Moviefinder.git ## Important Note: Configuration Required
I've included a file named example-script.js
in the project, which contains some initial settings, including a placeholder for the TMDB API ID.
Before proceeding, please follow these steps:
-
Open the
example-script.js
file in your preferred code editor. -
Locate the following line:
const apikey = 'your-tmdb-api-key';