https://github.com/gurjeetsinghvirdee/demo
https://github.com/gurjeetsinghvirdee/demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gurjeetsinghvirdee/demo
- Owner: gurjeetsinghvirdee
- License: mit
- Created: 2022-03-28T19:25:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T20:35:40.000Z (about 3 years ago)
- Last Synced: 2025-01-01T06:21:48.253Z (5 months ago)
- Language: JavaScript
- Size: 82.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
✨ Clone IT ✨









WE SEE IT 👀 ... WE CLONE IT 🚀
Here you can find clones of all famous websites 💻
Open Source Guides »
View Demo
·
Report Bug
·
Request Feature
### Table of Contents 🧾:
* [About the Clone IT](#About-the-Clone-IT)
* [Open Source programs this repo has been part of](#Open-Source-programs-this-repo-has-been-part-of)
* [Contribution Guidelines](#Contribution-Guidelines)
* [Contributors](#Contributors)
## About the Clone IT
The idea behind this project is to learn how different websites are made by directly cloning them using the same layout and design . New contributors can add more websites clone to the list and suggest new features in the existing ones. Also there is scope to introduce new features in websites and thus creating a upgraded version of their clones.
### Available Clones:
| Serial No. | Websites | Clone-Output | Used | Official-Website |
|:--|:--|:--|:--|:--|
| 1. | KFC | [KFC Clone](https://rayman-sodhi.github.io/KFC-Clone/) |![]()
![]()
| [KFC Official Web.](https://online.kfc.co.in/) |
| 2. | Flipkart | [Flipkart Clone](https://rayman-sodhi.github.io/Flipkart-Clone/) |![]()
![]()
| [Flipkart Official Web.](https://www.flipkart.com/) |
| 3. | LinkedIn | [LinkedIn Clone](https://rayman-sodhi.github.io/Connected-In/) |![]()
![]()
| [LinkedIn Official Web.](https://www.linkedin.com/feed/) |
| 4. | Zoom | [Zoom Clone](https://rayman-video-app.herokuapp.com/) |![]()
![]()
| [Zoom Official Web.](https://zoom.us/) |
| 5. | Hulu | [Hulu Clone](https://harshit995.github.io/hulu-clone/) |![]()
![]()
| [Hulu Official Web.](https://www.hulu.com/welcome?orig_referrer=https%3A%2F%2Fwww.google.com%2F) |
| 6. | Spotify | [Spotify Clone](https://spotify-clone-khaki-six.vercel.app/) |![]()
![]()
| [Spotify Official Web.](https://www.spotify.com/us/) |
| 7. | Netflix | [Netflix Clone](https://netflix-clone-tau-livid.vercel.app/) |![]()
![]()
| [Netflix Official Web.](https://www.netflix.com/in/) |
| 8. | Linktree | [Linktree Clone](https://clonelinktree.netlify.app/) |![]()
| [Linktree Official Web.](https://linktr.ee/) |
| 9. | Facebook | [Facebook Clone](https://vaib215.github.io/Facebook-Clone/) |![]()
| [Facebook Official Web.](https://www.facebook.com)
| 10. | Microsoft | [Microsoft Clone](https://19arnab190201.github.io/Microsoft-Clone/) || [Microsoft Official Web.](https://www.microsoft.com/en-in)
| 11. | Google | [Google Search Engine Clone](https://quizzical-payne-d3e222.netlify.app/) |![]()
![]()
![]()
![]()
| [Google Official Web.](https://www.google.co.in/)
| 12. | YouTube | [YouTube Clone]( https://anveshajain19.github.io/YOUTUBE-CLONE/) |![]()
![]()
|[YouTube Official Web.](https://www.youtube.com/)
| 13. | SLACK | [Slack Clone](https://chatifyslack.netlify.app/) || [Slack Official Web.](https://slack.com/intl/en-in/)
| 14. | Google Keep Notes| [Google Keep Notes Clone](https://ajoe12.github.io/Google-Keep-Clone/) |![]()
![]()
| [Google Keep Notes Official Web.](https://keep.google.com/)
| 15. | APPLE | [Apple Clone](https://pranai2518.github.io/Apple-clone/) || [Apple India Official Web.](https://www.apple.com/in/)
| 16. | Starbucks | [Starbucks Clone](https://girlwithasmile.github.io/Starbucks-clone/) |![]()
![]()
| [Starbucks Official Web.](https://www.starbucks.in/)
| 17. | GitHub | [GitHub HomePage Clone](https://htmlpreview.github.io/?https://github.com/XZANATOL/Clone-IT/blob/Github_Clone/Github_Homepage_Clone/index.html) |![]()
| [GitHub Official Web.](https://github.com/)
| 18. | Discord | [Discord App Clone](https://htmlpreview.github.io/?https://github.com/XZANATOL/Clone-IT/blob/Discord_Clone/Discord_App_Clone/home.html) |![]()
| [Discord Official Web.](https://discord.com/app/)
| 19. | Quora | [Quora Clone]() |![]()
| [Quora Official Web.](https://www.quora.com/)
| 20. | Inshorts | [Inshorts Clone]() |![]()
![]()
| [Inshorts Official Web.](https://inshorts.com/en/read)
| 21. | Unsplash | [Unsplash Clone](https://sulagna-dutta-roy.github.io/Unsplash-Clone/) |![]()
| [Unsplash Official Web.](https://unsplash.com)
| 22. | Twitter | [Twitter Clone](https://twitter-geek.netlify.app/) |![]()
![]()
| [Twitter Official Web.](https://twitter.com/)
| 23. | Tesla | [Tesla Clone](https://ayushsleeping-teslaclone.netlify.app/) |![]()
![]()
| [Tesla Official Web.](https://www.tesla.com/) |
## Open Source programs this repo has been part of
![]()
![]()
### Never made an open source contribution before? Wondering how contributions work in the in our project? Here's a quick rundown!
## Fork this repository
* Fork this repository by clicking on the fork button on the top of this page.
This will create a copy of this repository in your account.## Clone the repository
* Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.
Open a terminal and run the following git command:
```
git clone "url you just copied"
```where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project).
For example:
```
git clone https://github.com/name/Clone-IT.git
```where `name` is your GitHub username. Here you're copying the contents of the Clone-IT repository on GitHub to your computer.
## Navigate to the project directory
* After cloning the project in your computer, navigate to the project file using the command below.
```
cd clone-it
```## Add a reference(remote) to the original repository
```
git remote add upstream https://github.com/Rayman-Sodhi/Clone-IT.git
```* Check the remotes for this repository.
```
git remote -v
```* Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
```
git pull upstream main
```## Create a new branch
```
git checkout -b
```* Perfom your desired changes to the code base.
* Track your changes:heavy_check_mark: .
```
git add .
```* Commit your changes .
```
git commit -m "Relevant message"
```* Push the committed changes in your feature branch to your remote repo.
```
git push -u origin
```* To create a pull request, click on `compare and pull requests`.
* Add appropriate title and description to your pull request explaining your changes and efforts done.
* Click on `Create Pull Request`.
* Congrats :exclamation: You have made a PR to the Clone-IT :boom: . Wait for your submission to be accepted and your PR to be merged.
* Wait for the pull request to be reviewed by a maintainer, Make changes to the pull request if the reviewing maintainer recommends them.
* Celebrate 🥳 your success after your pull request is merged!
### Thanks to all the **people who contribute**

### Show some ❤️ by starring this awesome repository!