Skip to content

sreejith-p1/Netflix-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone

Welcome to the Netflix Clone project! This application replicates the core features of Netflix, including browsing movies and TV shows, and watching trailers.


Application Screenshot Application Screenshot Application Screenshot Application Screenshot Application Screenshot


🚀 Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js (>=14.x)
  • npm (Node Package Manager)

Installation

  1. Clone this repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd netflix-clone
  3. Install dependencies:
    npm install

🎮 Available Scripts

npm start

Launches the app in development mode.

  • Open http://localhost:3000 to view it in your browser.
  • The page will reload automatically as you edit the code.

npm test

Runs the test suite in interactive watch mode.

npm run build

Builds the app for production in the build folder.

  • Optimized for performance and deployment.

npm run eject

Warning: This is a one-way operation. Once you eject, it cannot be undone. Use this to customize the build configuration.


📁 Project Structure

Netflix Clone
├── public/
│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
├── src/
│   ├── components/
│   │   ├── Banner/
│   │   ├── MovieModal/
│   │   ├── NavBar/
│   │   └── RowPost/
│   ├── constants/
│   ├── App.css
│   ├── App.js
│   ├── axios.js
│   ├── index.js
│   └── urls.js
├── .gitignore
├── package.json
└── README.md

🌐 API Integration

This project uses the TMDB API to fetch movie and TV show data.


📚 Learn More


🙌 Contributions

Contributions are welcome! Feel free to open issues or submit pull requests for improvements.


🛠️ Author

Developed with ❤️ by Sreejith P

About

Netflix Clone React Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published