/Notflicks

A movie app using TMDB API

Primary LanguageJavaScript

Logo

Notflicks

Search for your favorite movies and watch trailers. See what's currently playing in theatres and discover upcoming, popular, and top-rated movies titles.

View Demo

Table of Contents

About The Project

Logo

This single-page React application that utilizes The Movie Database API to display a vriety of movie data including now playing and upcoming movies in theatres, trending, top-rated movies, and movie trailers.

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://github.com/foresthpark/Notflicks.git
  1. Install NPM packages
npm install
  1. Enter your API in /src/containers/action.js and src/components/details/action.js
const API_KEY = 'ENTER YOUR API';

Updates

2019.04.29 - Added PostgreSQL DB and NodeJS backend

Contact

Forest Park - LinkedIn - forestpworking@gmail.com

Dustin Joynt - LinkedIn - dustinjoynt@gmail.com

Project Link: https://github.com/foresthpark/Notflicks