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.
git clone https://github.com/choudharymahipal/NetflixClone.git
cd netflix-clone
npm install
ng serve
http://localhost:4200
to see the application in action.Contributions are welcome! Please fork the repository and create a pull request with your changes.
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
This project is licensed under the MIT License. See the LICENSE file for more details.