Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.19 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.19 KB

Netflix Clone with ReactJS

This project is a Netflix clone built with ReactJS, showcasing a simplified version of the popular streaming platform's user interface.

Netflix Clone Thumbnail

Table of Contents

Features

  • Responsive design, suitable for various screen sizes.
  • Dynamic content loading using The Movie Database (TMDb) API.
  • Netflix-style movie and TV show browsing interface.
  • Trailer playback functionality for selected titles.
  • User-friendly and intuitive UI for easy navigation.

Installation

Before you begin, ensure you have Node.js and npm installed on your machine.

  1. Clone the repository to your local machine:

    git clone https://github.com/shadab19it/netflix-clone.git
    
  2. Change into the project directory

    cd netflix-clone
  3. Install dependencies:

    npm install
  4. Start Application:

    npm start

Technologies Used

  • ReactJS
  • HTML
  • CSS
  • JavaScript
  • The Movie Database (TMDb) API