gaborcserto / movie-app-react

Home Page:https://gaborcserto.github.io/movie-app-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

React React Icons React Bootstrap Axios

Movie search app (React)

This app displays weather information from The Movie Database API.

Home page

Getting started

  • Sign up over at themoviedb.org and http://www.omdbapi.com to get an API key.
  • Fork the project and clone it locally.
  • Create a file at the root of the project called .env with the following contents:
REACT_APP_OMDB_API_URL = 'http://www.omdbapi.com/'
REACT_APP_OMDB_API_KEY = The API key you obtained from omdbapi.com
REACT_APP_TMDB_API_URL = 'https://api.themoviedb.org/3/'
REACT_APP_TMDB_API_KEY = The API key you obtained from themoviedb.org