This is a Netflix home page clone application, which is built by React and TMDB API service.
I've used React.js, TMDB API services and Axios for this project. This project mainly focused on cloning the Netflix homepage. I've used the TMDB API to show the movies list based on the genres types. For the movie trailer seaching, I've used the movie-trailer and react-youtube NPM packages.
- Latest movies list
- Watch the movies trailers
- You need to setup the TMDB API service from https://www.themoviedb.org
- Once done, you need to setup .env file at the root of this project folder
# TMDB Config
REACT_APP_TMDB_API_KEY=[xxxx]
REACT_APP_TMDB_API_URL=[xxxx]
- Then run
npm i && npm start
Follow me on LinkedIn to get the latest update about features, code, and more. If you like this project give a star to this repo.
Thanks to all contributors and their support.
If you have an idea or you want to do something, tell me or just do it!
I'm always happy to hear your feedback!
Code and documentation copyright 2020 the authors. Code released under the MIT License.