Skip to content

Uvacoder/Movie-Flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Contributors MIT License LinkedIn


Logo

Movie Flex

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

Table of Contents

About The Project

Movie Flex Screen Shot

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.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  1. Get a free API Key at The Movie Database (TMDB)

Installation

  1. Clone the repo
git clone https::https://github.com/othneildrew/Movie-Flex.git
  1. Install NPM packages
npm install
  1. Enter your API in config.js
const API_KEY = 'ENTER YOUR API';

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Othneil Drew - LinkedIn - [email protected]

Project Link: https://github.com/othneildrew/Movie-Flex

Acknowledgements