Skip to content

A Netflix clone project. A react project that consumes the TMDB API and display filtered search results based on category preferences

License

Notifications You must be signed in to change notification settings

KabohaJeanMark/netflix-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETFLIX CLONE

A Netflix clone project. A react project that consumes the TMDB API and display filtered search results based on category preferences

Responsive Design

Landing Page

screenshot screenshot screenshot
Mobile view Tablet view Laptop view

Trailer Playing on click

screenshot

Built With

  • HTML5, CSS3, & JavaScript
  • ReactJS

Instructions

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Gitbash installed to navigate between the branches.
  • A preferred text editor for example VS Code.
  • A browser such as Google Chrome

Install

Clone this GitHub Repo to your computer on yourFolder by typing these commands in the terminal or download as a Zip file and extract.

$ mkdir yourFolder
$ cd yourFolder
$ git clone https://github.com/KabohaJeanMark/netflix-clone/

Available Scripts

In the project directory, you can run:

npm install

npm install downloads a package and it's dependencies.
npm install downloads dependencies defined in a package. json file and generates a node_modules folder with the installed modules.

This helps you to install all of the packages required by this application to help it to run. These packages are stored in a folder that has been ignored by the file .gitignore. That is why you do not see the folder node_modules on your computer after cloning this project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Show your support

Give a ⭐️ if you like this project!

About

A Netflix clone project. A react project that consumes the TMDB API and display filtered search results based on category preferences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published