Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/susmita-dey/netflix-clone
This is the core code from scratch to clone the landing page of Netflix using HTML, CSS and JavaScript.
https://github.com/susmita-dey/netflix-clone
css css3 html javascript netflix netflix-clone netflix-landing-page
Last synced: 16 days ago
JSON representation
This is the core code from scratch to clone the landing page of Netflix using HTML, CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/susmita-dey/netflix-clone
- Owner: Susmita-Dey
- License: mit
- Created: 2021-08-07T06:10:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T17:41:29.000Z (3 months ago)
- Last Synced: 2024-10-13T08:09:34.108Z (about 1 month ago)
- Topics: css, css3, html, javascript, netflix, netflix-clone, netflix-landing-page
- Language: HTML
- Homepage: https://netflix-clone-susmita-dey.vercel.app/
- Size: 44.9 KB
- Stars: 69
- Watchers: 1
- Forks: 101
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Netflix-Clone
This is the core code from scratch to clone the landing page of Netflix using **HTML, CSS and JavaScript.**## 📸 Screenshots
![image](https://user-images.githubusercontent.com/79099734/156505537-8e28ee14-dd20-4299-9eea-984d7068c7fd.png)
![image](https://user-images.githubusercontent.com/79099734/156505592-42d7e884-e72c-41b8-8efe-856d1aeaf4b1.png)
![image](https://user-images.githubusercontent.com/79099734/156505619-e344eb2f-9298-4f76-8d59-d0f6a4f108dc.png)
![image](https://user-images.githubusercontent.com/79099734/156505658-675daf0b-fe7d-4490-8d1c-ab030527ecf5.png)
![image](https://user-images.githubusercontent.com/79099734/156505698-04ab760c-9ef1-4da2-b921-4c3e65ef0789.png)
![image](https://user-images.githubusercontent.com/79099734/156505771-6929b1f2-1aed-4da4-bb7a-092404589241.png)
![image](https://user-images.githubusercontent.com/79099734/156505809-309a6824-5d85-4cc0-9ffd-95d66fb2cf5e.png)## Watch the Live [Demo](https://susmita-dey.github.io/Netflix-Clone/)
## [Watch the video tutorial here](https://youtu.be/wpH0VR0hYTU)
# 💥 How to Contribute
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Susmita-Dey/Netflix-Clone/pulls)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)- Take a look at the existing [Issues](https://github.com/Susmita-Dey/Netflix-Clone-With-HTML-CSS-JS/issues) or [create a new issue](https://github.com/Susmita-Dey/Netflix-Clone/issues/new/choose)!
- [Fork the Repo](https://github.com/Susmita-Dey/Netflix-Clone/fork), create a branch for any issue that you are working on and commit your work.
- Create a **[Pull Request](https://github.com/Susmita-Dey/Netflix-Clone/compare)** (_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**](https://github.com/Susmita-Dey/Netflix-Clone) repository. Click on the symbol at the top right corner.
**2.** Clone your new fork of the repository:
```bash
git clone https://github.com//Netflix-Clone
```**3.** Set upstream command:
```bash
git remote add upstream https://github.com/Susmita-Dey/Netflix-Clone.git
```**4.** Navigate to the new project directory:
```bash
cd Netflix-Clone
```**5.** Create a new branch:
```bash
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:
```bash
git fetch upstream
``````bash
git merge upstream/main
```### [Github Docs](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) for Syncing
**7.** Make your changes to the source code.
**8.** Stage your changes and commit:
```bash
git add .
``````bash
git commit -m ""
```**9.** Push your local commits to the remote repository:
```bash
git push origin YourBranchName
```**10.** Create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)!
**11.** **Congratulations!** You've made your first contribution! 🙌🏼
## All the best! 🥇
[![built with love](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/Susmita-Dey/Netflix-Clone)