Browse your favorite movies, actors and watch trailers. See what's playing in theaters right now. Discover upcoming, trending, and top-rated titles.
View Demo
·
Report Bug
·
Request Feature
This single-page application takes advantage of The Movie DB API to show various movies ranging from now playing in theatres, upcoming, trending, top-rating, and much more.
To get a local copy up and running follow these simple example steps.
- Get a free API Key at The Movie Database (TMDB)
- Clone the repo
git clone https::https://github.com/othneildrew/Movie-Flex.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Othneil Drew - LinkedIn - [email protected]
Project Link: https://github.com/othneildrew/Movie-Flex