{"id":23439716,"url":"https://github.com/sanidhyy/google-clone","last_synced_at":"2025-04-13T08:09:24.273Z","repository":{"id":48522556,"uuid":"507256159","full_name":"sanidhyy/google-clone","owner":"sanidhyy","description":"A React JS Google Clone using Rapid API with amazing features","archived":false,"fork":false,"pushed_at":"2023-10-01T13:50:05.000Z","size":230,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T08:09:08.499Z","etag":null,"topics":["css","github","google","google-clone","html","javascript","js","npm","rapid-api","react","reactjs","tailwindcss","yarn"],"latest_commit_sha":null,"homepage":"https://react-googl-clone.netlify.app","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/sanidhyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["sanidhyy"],"patreon":"sanidhy","custom":"https://www.buymeacoffee.com/sanidhy"}},"created_at":"2022-06-25T08:27:19.000Z","updated_at":"2024-04-18T07:16:25.000Z","dependencies_parsed_at":"2022-08-31T14:03:12.565Z","dependency_job_id":"85bb890d-11f0-4825-ac22-22df594125ca","html_url":"https://github.com/sanidhyy/google-clone","commit_stats":null,"previous_names":["sanidhyy/google-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fgoogle-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fgoogle-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fgoogle-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fgoogle-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanidhyy","download_url":"https://codeload.github.com/sanidhyy/google-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681492,"owners_count":21144700,"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":["css","github","google","google-clone","html","javascript","js","npm","rapid-api","react","reactjs","tailwindcss","yarn"],"created_at":"2024-12-23T15:33:32.304Z","updated_at":"2025-04-13T08:09:24.248Z","avatar_url":"https://github.com/sanidhyy.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sanidhyy","https://patreon.com/sanidhy","https://www.buymeacoffee.com/sanidhy"],"categories":[],"sub_categories":[],"readme":"# Googl - A React JS Google Search Engine Clone\n\n![React JS Google Clone](https://user-images.githubusercontent.com/71302066/175765913-09fb0722-9969-4682-bfa2-9581fcc0c5a2.png)\n\n[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/Technical-Shubham-tech)\n[![GitHub license](https://img.shields.io/github/license/Technical-Shubham-tech/google-clone)](https://github.com/Technical-Shubham-tech/google-clone/blob/main/LICENSE.md)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Technical-Shubham-tech/google-clone/commits/main)\n[![GitHub branches](https://badgen.net/github/branches/Technical-Shubham-tech/google-clone/)](https://github.com/Technical-Shubham-tech/google-clone/branches)\n[![Github commits](https://badgen.net/github/commits/Technical-Shubham-tech/google-clone/main)](https://github.com/Technical-Shubham-tech/google-clone/commits)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/bf93cac6-4dc2-4c59-b010-ad1360481009/deploy-status)](https://react-googl-clone.netlify.app)\n[![GitHub issues](https://img.shields.io/github/issues/Technical-Shubham-tech/google-clone)](https://github.com/Technical-Shubham-tech/google-clone/issues)\n\n## ⚠️ Before you start\n\n1. Make sure **Git** and **NodeJS** is installed\n2. **Yarn** is faster than Npm. So use [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/).\n3. Create .env file in root folder.\n4. Contents of **.env**\n\n```\nREACT_APP_RAPID_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXX\n```\n\n5. Now, to setup API, go to [Rapid API Website](https://rapidapi.com/) and create an account.\n\n6. Enable this API to fetch google search results: [API: Google Search by apigeek](https://rapidapi.com/apigeek/api/google-search3/).\n\n![Copy API Key](https://user-images.githubusercontent.com/71302066/175766174-58a0779b-71ea-4f64-af87-2e23fedd0a7b.png)\n\n7. After enabling you can get your API Keys and paste them in `.env` file in `REACT_APP_RAPID_API_KEY`.\n\n**NOTE:** Make sure you don't share these keys publicaly.\n\n## 📌 How to use this App?\n\n1. Clone this **repository** to your local computer.\n2. Open **terminal** in root directory.\n3. Type and Run `npm install` or `yarn install`.\n4. Once packages are installed, you can start this app using `npm run dev` or `yarn dev`\n5. Now app is fully configured and you can start using this app :+1:\n\n## 📃 Built with\n\n[\u003cimg src=\"https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E\" width=\"150\" height=\"40\" /\u003e](https://www.javascript.com/)\n\n[\u003cimg src=\"https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\" width=\"150\" /\u003e](https://reactjs.org/)\n\n[\u003cimg src=\"https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white\" width=\"150\" /\u003e](https://tailwindcss.com/)\n\n[\u003cimg src=\"https://user-images.githubusercontent.com/71302066/174567516-824b1967-5954-4ac7-9446-14a3b2ab825d.svg\" alt=\"Rapid API\"\u003e](https://rapidapi.com/)\n\n[\u003cimg src=\"http://ForTheBadge.com/images/badges/built-with-love.svg\" alt=\"Built with Love\"\u003e](https://github.com/Technical-Shubham-tech)\n\n## 🔧 Stats\n\n![Stats for this App](https://user-images.githubusercontent.com/71302066/175766396-a33b67dc-57d3-4fe6-8b5a-4072066b70d5.svg)\n\n## 🙌🏼 Contribute\n\nYou might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.\n\n## Buy Me a Coffee 🍺\n\n[\u003cimg src=\"https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black\" width=\"200\" /\u003e](https://www.buymeacoffee.com/sanidhy \"Buy me a Coffee\")\n\n## 🚀 Follow Me\n\n[![GitHub followers](https://img.shields.io/github/followers/Technical-Shubham-tech?style=social\u0026label=Follow\u0026maxAge=2592000)](https://github.com/Technical-Shubham-tech)\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Ftwitter.com%2FTechnicalShubam)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FTechnical-Shubham-tech%2Fmedical-chat-app)\n[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw)\n\n## ⭐ Give A Star\n\nYou can also give this repository a star to show more people and they can use this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanidhyy%2Fgoogle-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanidhyy%2Fgoogle-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanidhyy%2Fgoogle-clone/lists"}