{"id":19874248,"url":"https://github.com/anand-3399/hactoberfest-windows11","last_synced_at":"2025-05-02T10:31:01.131Z","repository":{"id":50087484,"uuid":"517333274","full_name":"anand-3399/Hactoberfest-Windows11","owner":"anand-3399","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-19T15:06:50.000Z","size":27386,"stargazers_count":13,"open_issues_count":5,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-07T01:05:07.011Z","etag":null,"topics":["clone","codepen","css","front-end-development","frontend","frontend-web","hacktoberfest","hacktoberfest-2022","hacktoberfest2022","html","javascript","microsoft","open-source","opensource","search","windows-11-clone","windows11clone"],"latest_commit_sha":null,"homepage":"https://anand-3399.github.io/Hactoberfest-Windows11/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anand-3399.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-24T13:35:40.000Z","updated_at":"2025-01-05T20:44:50.000Z","dependencies_parsed_at":"2023-01-20T10:02:07.983Z","dependency_job_id":null,"html_url":"https://github.com/anand-3399/Hactoberfest-Windows11","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anand-3399%2FHactoberfest-Windows11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anand-3399%2FHactoberfest-Windows11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anand-3399%2FHactoberfest-Windows11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anand-3399%2FHactoberfest-Windows11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anand-3399","download_url":"https://codeload.github.com/anand-3399/Hactoberfest-Windows11/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252023210,"owners_count":21682141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clone","codepen","css","front-end-development","frontend","frontend-web","hacktoberfest","hacktoberfest-2022","hacktoberfest2022","html","javascript","microsoft","open-source","opensource","search","windows-11-clone","windows11clone"],"created_at":"2024-11-12T16:22:31.028Z","updated_at":"2025-05-02T10:31:00.481Z","avatar_url":"https://github.com/anand-3399.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windows11\n\nIn this Project, I have made a prototype of Latest Windows11 with the help of HTML, CSS and JavaScript.\n\nThe Project is Published online at [Link](https://anand-3399.github.io/Hactoberfest-Windows11/)\n\nAdded New Feature:\n\nNow Users can Search the Applications directly from the Search Bar. They have two options to Search their favorite Apps.\n\n* First is that they can Directly Search from the Start Menu. (Search Bar Enabled)\n* Second is through Search Icon also the apps can be searched. (Search Bar Enabled)\n\n\n\nhttps://user-images.githubusercontent.com/85798085/195973038-dea780d4-2d8b-4c64-8cc2-99701ce2a0e5.mp4\n\n\n\n\n\n\n# Don't forget to add your name in contributors folder\n⭐ Make sure to grab some cool swags during Hacktoberfest by getting involved in the open-source community.\n#  Star The Repo 🌟\n* Star the repo by pressing the topmost-right button to start your wonderful journey.\n# Contributing Guidelines:-\n   * This documentation contains a set of guidelines to help you during the contribution process. We are happy to welcome all the contributions from anyone willing to improve/add new scripts to any project. Thank you for helping out and remember, no contribution is too small.\n\n# Submitting Contributions\n* Below you will find the process and workflow used to review and merge your changes.\n\n# Step 1 : Find an issue\n   * Take a look at the Existing Issues or create your own Issues! \u003cbr\u003e\n   * Wait for the Issue to be assigned to you after which you can start working on it.\u003cbr\u003e\n   * Note : can self-assing using '/assign' in comment section of that repo.\n   \n# Step 2 : Fork the Project\n* Fork this Repository. This will create a Local Copy of this Repository on your Github Profile. Keep a reference to the original project in ```upstream``` remote.\n\n```\n$ git clone https://github.com/\u003cyour-username\u003e/Reeponame\n$ cd Reeponame\n$ git remote add upstream https://github.com/ownwerusername/Reeponame\n```\n* If you have already forked the project, update your copy before working.\n```\n$ git remote update\n$ git checkout \u003cbranch-name\u003e\n$ git rebase upstream/\u003cbranch-name\u003e\n```\n# Step 3 : Branch\n* Create a new branch. Use its name to identify the issue your addressing.\n```\n# It will create a new branch with name Branch_Name and switch to that branch \n$ git checkout -b branch_name\n```\n# Step 4 : Work on the issue assigned\n   🦖 Work on the issue(s) assigned to you.\u003cbr\u003e\n   🦖 Add all the files/folders needed.\u003cbr\u003e\n   🦖 After you've made changes or made your contribution to the project add changes to the branch you've just created by:\n ```\n # To add all new files to branch Branch_Name\n $ git add .\n ```\n # Step 5 : Commit\n * Before submitting an issue please find the correct folder where your program will go , You can discuss about it in the discussion.✨✨\u003cbr\u003e\n * To commit give a descriptive message for the convenience of reveiwer by:\n ```\n # This message get associated with all files you have changed\n $ git commit -m \"message\"\n```\n* NOTE: A PR should have only one commit. Multiple commits should be squashed.\n\n# Step 6 : Work Remotely\n   * Now you are ready to your work to the remote repository.\u003cbr\u003e\n   * When your work is ready and complies with the project conventions, upload your changes to your fork:\n```\n# To push your work to your remote repository\n$ git push -u origin Branch_Name\n```\n# Step 7 : Pull Request\n  * Go to your repository in browser and click on compare and pull requests. Then add a title and description to your pull request that explains your contribution.\n                                                                  \n                                               🎉 🎊 😃 Happy Contributing 😃 🎊 🎉\n# Contributors:\n\u003ca href=\"https://github.com/anand-3399/Hactoberfest-Windows11/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=anand-3399/Hactoberfest-Windows11\" /\u003e\n\u003c/a\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanand-3399%2Fhactoberfest-windows11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanand-3399%2Fhactoberfest-windows11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanand-3399%2Fhactoberfest-windows11/lists"}