{"id":26094156,"url":"https://github.com/krish-rip/google-clone","last_synced_at":"2026-04-12T09:08:43.433Z","repository":{"id":281436792,"uuid":"945279783","full_name":"Krish-rip/Google-clone","owner":"Krish-rip","description":"Working Google-search clone. ","archived":false,"fork":false,"pushed_at":"2025-03-09T04:14:29.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T04:24:16.382Z","etag":null,"topics":["javascript","nextjs","react","tailwindcss","yarn"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Krish-rip.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-09T03:50:00.000Z","updated_at":"2025-03-09T04:14:32.000Z","dependencies_parsed_at":"2025-03-09T04:34:20.735Z","dependency_job_id":null,"html_url":"https://github.com/Krish-rip/Google-clone","commit_stats":null,"previous_names":["krish-rip/google-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krish-rip%2FGoogle-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krish-rip%2FGoogle-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krish-rip%2FGoogle-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krish-rip%2FGoogle-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Krish-rip","download_url":"https://codeload.github.com/Krish-rip/Google-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242692342,"owners_count":20170228,"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":["javascript","nextjs","react","tailwindcss","yarn"],"created_at":"2025-03-09T12:50:12.724Z","updated_at":"2026-04-12T09:08:43.383Z","avatar_url":"https://github.com/Krish-rip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\n\u003cimg src=\"/public/sc.png\" alt=\"demo1\"/\u003e\nA  functional replica of Google's search page, you can use it for searches. Styled with \u003ca href=\"https://tailwindcss.com/\"\u003eTailwind CSS\u003c/a\u003e to  Rapidly build and look as close as possible to current google search page, the search results are pulled using Googles \u003ca href=\"https://developers.google.com/custom-search\"\u003eProgrammable Search Engine\u003c/a\u003e and it was build using \u003ca herf=\"https://nextjs.org/\"\u003eNext.js \u003c/a\u003ethe react framework. \n\n\nPlease do not spam searches.\n\n\n\n\n### Built With\n\n\n* [Next.js](https://nextjs.org/)\n* [Tailwind CSS](https://tailwindcss.com/)\n* [Programmable Search Engine](https://programmablesearchengine.google.com/about/)\n* [Yarn](https://yarnpkg.com/)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#about-the-project\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\n\n\n### Prerequisites\n\nThis are things you need to use the web app and how to install them.\n* yarn\n  ```sh\n  npm install --global yarn \n  yarn dev   // to run local server\n### Installation\n\n\n\n1. Get a free API_KEY at [https://developers.google.com/custom-search/v1/introduction#identify_your_application_to_google_with_api_key](https://developers.google.com/custom-search/v1/introduction#identify_your_application_to_google_with_api_key)\n   Get ( Search engine ID ) CONTEXT_KEY at https://cse.google.com/cse/create/new\n\n\n3. Clone the repo\n   ```sh\n   git clone https://github.com/cosmicwanderer7/google-clone.git\n   ```\n   \n4. Add Next\n   ```sh\n   yarn add next react react-dom\n5. Install all dependencies\n   ```sh\n   yarn \n6. Create a .env.local file to store your api keys\n   ```js\n   API_KEY = ' ' //API Key  https://developers.google.com/custom-search/v1/introduction#identify_your_application_to_google_with_api_key\n   CONTEXT_KEY = ' ' // Context Key  https://cse.google.com/cse/create/new ( Search engine ID )\n7. Use dummy data for testing\n  `const  useDummyData  =  false;`\n  //true for development testing (mock results) change it in search.js\n  (Free version of google search api has a quota of 100 search results per day  use dummy data so that you don't exhaust the quota)\n8. To run on local host use\n   ```sh\n   yarn dev //starts a local server\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#about-the-project\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. \n\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch\n3. Commit your Changes \n5. Push to the Branch \n6. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#about-the-project\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrish-rip%2Fgoogle-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrish-rip%2Fgoogle-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrish-rip%2Fgoogle-clone/lists"}