{"id":22559715,"url":"https://github.com/taurusilver7/google-clone","last_synced_at":"2025-03-28T12:12:24.885Z","repository":{"id":181445575,"uuid":"356924066","full_name":"taurusilver7/google-clone","owner":"taurusilver7","description":"A google search engine clone created using react-js, next-js(server side rendering) \u0026 tailwind css","archived":false,"fork":false,"pushed_at":"2021-04-12T16:30:03.000Z","size":64,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T12:35:52.600Z","etag":null,"topics":["jit","nextjs","tailwind","vercel"],"latest_commit_sha":null,"homepage":"https://google-lemon.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taurusilver7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-04-11T16:47:18.000Z","updated_at":"2021-05-19T03:36:49.000Z","dependencies_parsed_at":"2023-07-15T16:51:12.131Z","dependency_job_id":null,"html_url":"https://github.com/taurusilver7/google-clone","commit_stats":null,"previous_names":["taurusilver7/google-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fgoogle-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fgoogle-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fgoogle-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fgoogle-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taurusilver7","download_url":"https://codeload.github.com/taurusilver7/google-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246026111,"owners_count":20711581,"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":["jit","nextjs","tailwind","vercel"],"created_at":"2024-12-07T21:08:33.108Z","updated_at":"2025-03-28T12:12:24.855Z","avatar_url":"https://github.com/taurusilver7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Clone\n\n\u003e A google search engine using react-js \u0026 next-js \u0026 tailwind css\n\u003e The next js is a react framework for server-side rendering.\n\n- To set up the tailwind css onthe next-js project\n  `npm install -D tailwindcss@latest postcss@latest autoprefixer@latest`\n- To create the configure files fo tailwind (generate your tailwind.config.js and postcss.config.js files)\n  `npx tailwindcss init -p`\n- Enable the 'jit' mode in the config file for a more powerful engine for tailwind.\n  mode: 'jit',\n- Inclue the base, component, utilities directives in `/styles/globals.css`\n\n- When an image using _Image_ component isused, next-js has to be informed about it to configure the image for the project. It is configured in the _next.configure.js_ file to add the domains of the resources used in next-js.\n  `module.exports = { images: { domain: [\"domain names...\"] } } `\n\n- Use a rest_api to invoke an api key for developer [here](https://developers.google.com/custom-search/v1/using_rest)\n- The google content search authorization [here](https://cse.google.com/cse/create/new)\n\n- A plugin for the tailwind to use a dependency\n  ` plugins: [require(\"@tailwindcss/line-clamp\")],`\n\n- Deployed on vercel integrated to github with cli-pipeline integrated.\n\n## Stock\n\n- [Google logo](https://www.google.co.in/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png)\n- [title icon](https://www.favicon.cc/?action=icon\u0026file_id=960348)\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusilver7%2Fgoogle-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaurusilver7%2Fgoogle-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusilver7%2Fgoogle-clone/lists"}