项目作者: imrhlrvndrn

项目描述 :
The Netflix Clone uses TMDB API to fetch all the movies and tv series data
高级语言: JavaScript
项目地址: git://github.com/imrhlrvndrn/netflix-clone.git
创建时间: 2020-10-25T03:24:45Z
项目社区:https://github.com/imrhlrvndrn/netflix-clone

开源协议:

下载


OTT Platform

Netflix clone project preview

Introduction

This project is a clone of the popular streaming service, Netflix. It is built using ReactJS and uses the TMDB API to retrieve movie and television show information.

Features

  • Browse popular movies and television shows
  • Search for specific movies and television shows
  • View details for each movie and television show, including cast and crew information, ratings, and plot summary
  • Add movies and television shows to a watchlist

Built With

  • ReactJS
  • ReactJS Context API (State Management)
  • TMDB API

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

Clone the repository

  1. git clone https://github.com/imrhlrvndrn/netflix-clone.git

Install the dependencies

  1. npm install

Create a .env file in the root of the project and add your TMDB API Key

  1. REACT_APP_TMDB_API_KEY=[YOUR_API_KEY]

Start the development server

  1. npm start

The app will be running at http://localhost:3000.