Skip to content

david-mateogit/movie-db-react-app

Repository files navigation

MovieDB React App

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

MovieDB React App

This is a practice application using the Movie DB API, now updated with React Hooks, new routes and components and new techniques.

Built With

Getting Started

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

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. Clone the movie-db-react-app
git clone https://github.com/david-mateogit/movie-db-react-app.git
  1. Install NPM packages
npm install
  1. Make an .env file at the root of the project with the following fields
REACT_APP_API_URL=YOUR TMDB API URL
REACT_APP_API_KEY=YOUR TMDB API KEY
REACT_APP_ACCESS_TOKEN_V4=YOUR TMDB ACCESS TOKEN

Usage

Search popular movies View movie details and trailers View cast bio.

Roadmap

See the open issues for a list of proposed features (and known issues).

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

Contact

David Mateo - @silenux - [email protected]

Project Link: https://github.com/david-mateogit/movie-db-react-app