Skip to content

andybeas/netflixclone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone

This is the Netflix clone website using HTML and CSS.

How to setup Repo in your local system?

Steps to follow

1. Fork Repo

2. Clone Your personal Repo copy created using FORK

git clone https://github.com/[YOUR_GITHUB_USERNAME]/[REPO_NAME].git

3. Run index.html using VScode live server

Pushing changes or making changes

For pushing your updates make a new branch in this format.

git checkout -b "branch name"

make changes and git add . git commit -m "comments" git push -u origin "branch name"

Create a PR

Click on contribute and perfrom a Pull Request And also describe a bit what changes made and try to attach screenshots.

Thank you for contributing :)

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.7%
  • CSS 13.3%