Skip to content

ThePlator/Flixx_Movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flixx App

Movie info application built with vanilla JavaScript that uses version 3 of the TMDB API

This includes the most populr movies and TV shows with detail pages, a search box for movies and shows with full pagination and a slider for movies that are currently playing in theaters. The slider uses the Swiper library.

Usage

Just clone or download and then register for a free API key at https://www.themoviedb.org/settings/api

Once you get your key, just add it to the api.apiKey value in the global state at the top.

Note: If we are using this as a production project, we should not store this in the client. we can create a proxy server and store your key there.

Author

  • Linkedin - Sameer

  • Github - @ThePlator