TVFlix is a web application that allows users to discover information about movies.
It utilizes HTML, CSS, JavaScript, and the TMDb (The Movie Database) API
to provide users with a rich browsing experience.
-
Search
โค Users cansearch for movies by title.
-
Browse
โค Explorepopular and trending movies
. by-
New Release
-
Category vise
-
language vise
-
Genre vise
-
-
Details
โค Viewdetailed information
about each movie including-
Ratings
-
Language available
-
Release dete
-
Plateform detail
-
cast
-
crew
-
-
Preview
โค Users can watchTrailers and Clips on site
To run Tvflix locally, run this command on your git bash and
Go to api.js file || Create your api_key and paste there
For window ๐
git clone https://github.com/Prakhar-002/TVFLIX.git
For Linux and macOS ๐ฟ
sudo git clone https://github.com/Prakhar-002/TVFLIX.git
GET --> https://api.themoviedb.org/3/
Parameter | Type | My api_key |
---|---|---|
api_key |
string |
2668db70c618ee1992cb0188a190eb-- |
GET --> ${Default}/${movieId}?api_key=${api_key}&append_to_response=releases,images,videos,casts,translations&include_adult=false
GET --> {Default}search/movie?api_key=${api_key}&query=${movie Id}&page=1&include_adult=false
GET --> {Default}/genre/movie/list?api_key=${api_key}
GET --> {Default}/movie/popular?api_key=${api_key}&page=1&include_adult=false
GET --> {Default}/discover/movie?api_key=${api_key}&page=1&include_adult=false&sort_by=popularity.desc&with_original_language=hi