Skip to content

Sanjanabharadwaj25/Clone-IT

 
 

Repository files navigation

GitHub contributors GitHub Closed issues GitHub PR Open GitHub PR closed GitHub language count GitHub top language GitHub last commit GitHub Maintained Open Source


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

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 HTML CSS JavaScript KFC Official Web.
2. Flipkart Flipkart Clone HTML CSS JavaScript Flipkart Official Web.
3. LinkedIn LinkedIn Clone HTML CSS JavaScript LinkedIn Official Web.
4. Zoom Zoom Clone HTML CSS JavaScript Zoom Official Web.
5. Hulu Hulu Clone HTML CSS JavaScript hulu Official Web.
6. Spotify Spotify Clone HTML CSS JavaScript Spotify Official Web.
7. Netflix Netflix Clone HTML CSS JavaScript Netflix Official Web.
8. Linktree Linktree Clone HTML CSS Linktree Official Web.


(back to top)

Open Source programs this repo has been part of



(back to top)

Contribution Guidelines

Never made an open source contribution before? Wondering how contributions work in the in our project? Here's a quick rundown!


  • Fork this repository.

  • Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/clone-it.git
  • Navigate to the project directory 📁 .
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 <your_branch_name>
  • 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 <your_branch_name>
  • 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 ❗ You have made a PR to the Clone-IT 💥 . 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!



(back to top)

Contributors

Thanks to all the people who contribute

Contributors



(back to top)

Show some ❤️ by starring this awesome repository!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.0%
  • JavaScript 33.2%
  • CSS 16.0%
  • EJS 0.8%