Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.58 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.58 KB

React Netflix Clone (TMDB API)

A Netflix clone project built with React.js, utilizing a Single Page Application (SPA) architecture. The application leverages the TMDB API to fetch movies, reviews, and trailers, providing users with an immersive movie-watching experience.

Introduction

The React Netflix Clone is a project created with React.js, offering a user-friendly interface to explore movies, read reviews, and watch trailers. The application dynamically fetches data from the TMDB API, ensuring an up-to-date catalog of movies.

Features

  • Browse a wide range of movies
  • Read reviews for each movie
  • Watch trailers for selected movies

Technologies Used

  • React.js
  • Single Page Application (SPA) architecture
  • TMDB API

Installation

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/1uckyswish/React-Netflix-Clone-TMDB-API.git
  2. Navigate to the project directory:

    cd React-Netflix-Clone-TMDB-API
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and visit http://localhost:3000

Usage

  • Explore the vast movie catalog
  • Read reviews to make informed choices
  • Watch trailers to get a sneak peek

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push to your fork and submit a pull request.