Skip to content

Latest commit

ย 

History

History
140 lines (81 loc) ยท 2.71 KB

README.md

File metadata and controls

140 lines (81 loc) ยท 2.71 KB

Movie App ๐Ÿฟ๐ŸŽฅ โœฎ

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.



Screenshots ๐ŸŽ‰

TVFLIX IMAGE


๐Ÿ’ป Tech Stack ๐ŸŽ—๏ธ

HTML5 ย  CSS3 ย  JavaScript


Features ๐Ÿฅณ

  • Search โžค Users can search for movies by title.

  • Browse โžค Explore popular and trending movies. by

    • New Release

    • Category vise

    • language vise

    • Genre vise

  • Details โžค View detailed information about each movie including

    • Ratings

    • Language available

    • Release dete

    • Plateform detail

    • cast

    • crew

  • Preview โžค Users can watch Trailers and Clips on site



Deployment ๐Ÿš€

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

API Reference --> TDMB API ๐Ÿ“œ

Default AP ๐ŸŽฆ

  GET --> https://api.themoviedb.org/3/
Parameter Type My api_key
api_key string 2668db70c618ee1992cb0188a190eb99


API for Detail of a MOVIE ๐Ÿ•ต๏ธ -->

  GET --> ${Default}/${movieId}?api_key=${api_key}&append_to_response=releases,images,videos,casts,translations&include_adult=false


API for Search a movie ๐Ÿ”Ž -->

  GET --> {Default}search/movie?api_key=${api_key}&query=${movie Id}&page=1&include_adult=false


API for For Genres ๐ŸŽฌ -->

  GET --> {Default}/genre/movie/list?api_key=${api_key}


API for Popular Movie ๐Ÿ”ฅ -->

  GET --> {Default}/movie/popular?api_key=${api_key}&page=1&include_adult=false


API for Popular HINDI movies ๐Ÿฅฐ -->

  GET --> {Default}/discover/movie?api_key=${api_key}&page=1&include_adult=false&sort_by=popularity.desc&with_original_language=hi