NetflixClone

Netflix Clone

This is a Netflix clone project built using modern web technologies. The purpose of this project is to replicate the core functionalities of Netflix, including movie browsing and video streaming.

Features

Technologies Used

Installation

  1. Clone the repository:
      git clone https://github.com/choudharymahipal/NetflixClone.git
    
  2. Navigate to the project directory:
      cd netflix-clone
    
  3. Install dependencies:
      npm install
    
  4. Start the development server:
      ng serve
    

Usage

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

Deployment

The project is deployed on GitHub Pages. You can view the live demo here.

npm install -g angular-cli-ghpages
ng build --base-href "https://choudharymahipal.github.io/NetflixClone/"
ngh --dir dist/netflix-clone/browser

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements