Skip to content

Netflix-clone responsive website, built using React and fetching data from TMDB API.

Notifications You must be signed in to change notification settings

born3am/netflix-clone

Repository files navigation

Netflix - Clone

This is a project exercise did during my web development course. The data source used was from TMDB API.

API Reference

const API_BASE = "https://api.themoviedb.org/3";

Screenshots

App Screenshot

App Screenshot

App Screenshot

Getting Started

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

Prerequisites

Make sure you have npm and Node.js installed on your machine.

Installation

  1. Clone the repo
git clone https://github.com/born3am/netflix-clone.git
  1. Install NPM packages
npm install
  1. Run the development server
npm run dev

Usage

  1. Browser will open automatically on http://localhost:5173.
  2. Fresh movies and series data will be fetched from TMDB API and displayed on the screen.

Deployment Instructions

To deploy the project to GitHub Pages, follow these steps:

  1. Ensure you have built the project by running:
npm run build
  1. Deploy the built project to GitHub Pages by running:
npm run deploy

Linting Instructions

To run both Prettier and ESLint fixes together, run:

npm run fix

About

Netflix-clone responsive website, built using React and fetching data from TMDB API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published