Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.87 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.87 KB

Logo

Netflix Clone

This is a Netflix home page clone application, which is built by React and TMDB API service.

Demo

Technologies Used

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.

Features

  • Latest movies list
  • Watch the movies trailers

Running Locally

  1. You need to setup the TMDB API service from https://www.themoviedb.org
  2. 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]
  1. Then run npm i && npm start

More Updates

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

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!

Copyright and license

Code and documentation copyright 2020 the authors. Code released under the MIT License.