Welcome to the Netflix Clone project! This application replicates the core features of Netflix, including browsing movies and TV shows, and watching trailers.
Ensure you have the following installed:
- Node.js (>=14.x)
- npm (Node Package Manager)
- Clone this repository:
git clone <repository-url>
- Navigate to the project directory:
cd netflix-clone - Install dependencies:
npm install
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.
Runs the test suite in interactive watch mode.
Builds the app for production in the build folder.
- Optimized for performance and deployment.
Warning: This is a one-way operation. Once you eject, it cannot be undone. Use this to customize the build configuration.
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
This project uses the TMDB API to fetch movie and TV show data.
Contributions are welcome! Feel free to open issues or submit pull requests for improvements.
Developed with ❤️ by Sreejith P