Coder Social home page Coder Social logo

ridzcode / netflix-clone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from susmita-dey/netflix-clone

0.0 0.0 0.0 46 KB

This is the core code from scratch to clone the landing page of Netflix using HTML, CSS and JavaScript.

Home Page: https://netflix-clone-susmita-dey.vercel.app/

License: MIT License

JavaScript 2.87% CSS 35.94% HTML 61.19%

netflix-clone's Introduction

Netflix-Clone

This is the core code from scratch to clone the landing page of Netflix using HTML, CSS and JavaScript.

๐Ÿ“ธ Screenshots

image image image image image image image

Watch the Live Demo

๐Ÿ’ฅ How to Contribute

PRs Welcome Open Source Love

  • Take a look at the existing Issues or create a new issue!
  • Fork the Repo, create a branch for any issue that you are working on and commit your work.
  • Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
  • Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes that are included in your commits.

โญ HOW TO MAKE A PULL REQUEST:

1. Start by making a fork the Netflix-Clone repository. Click on the symbol at the top right corner.

2. Clone your new fork of the repository:

git clone https://github.com/<your-github-username>/Netflix-Clone

3. Set upstream command:

git remote add upstream https://github.com/Susmita-Dey/Netflix-Clone.git

4. Navigate to the new project directory:

cd Netflix-Clone

5. Create a new branch:

git checkout -b YourBranchName

6. Sync your fork or local repository with the origin repository:

  • In your forked repository click on "Fetch upstream"
  • Click "Fetch and merge".

Alternatively, Git CLI way to Sync forked repository with origin repository:

git fetch upstream
git merge upstream/main

Github Docs for Syncing

7. Make your changes to the source code.

8. Stage your changes and commit:

git add .
git commit -m "<your_commit_message>"

9. Push your local commits to the remote repository:

git push origin YourBranchName

10. Create a Pull Request!

11. Congratulations! You've made your first contribution! ๐Ÿ™Œ๐Ÿผ

All the best! ๐Ÿฅ‡

built with love

netflix-clone's People

Contributors

susmita-dey avatar perkzz17 avatar ymohit1603 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.