Discover the hottest movies and search for your favourite movies. React Movie TMDB App is a movie database and search engine made with ReactJS and powered by The Movie Database (TMDB).
If you want to install this project locally:
- Clone the repo:
git clone https://github.com/hankhng/react-tmdb-movie-app.git
- Change directory:
cd react-tmdb-movie-app
- Install packages:
yarn install
- Launch project:
yarn start
- Get your API keys from The Movie Database (TMDB).
- Create
.env
file - Add and name your API keys:
REACT_APP_TMDB_API_KEY
- Set your API keys from TMDB
There's an open draft PR where I'm working on implementing functionality for the user to favourite movies and add them to a section. Also dynamic searching using UseEffect, so the search is dynamic as the user types.