Skip to content

bala587/Google-Clone

Repository files navigation

Google Clone

final output

final output

🌐 Google Clone with Next.js 🚀

A personalized search experience crafted with Next.js and the Google Programmable Search Engine API. Explore the power of Next.js in this solo project, blending familiarity with creativity to redefine the search journey. Check it out and share your thoughts! 💻🔍

Features

  • 🔍 Google API Integration
  • 🌐 Personalized Search
  • 🌈 Creative Exploration
  • 💻 Solo Project Innovation
  • 📸 Image Search
  • 🔮 Instant Suggestions
  • 🔗 Rich Web Snippets
  • 🔐 Account Integration

Cloning the repository

git clone https://github.com/bala587/Google-Clone.git

Install packages

npm install

Setup .env file

NEXT_PUBLIC_IP_API_KEY=
API_KEY=
CONTEXT_KEY=

Get API

https://extreme-ip-lookup.com/

https://developers.google.com/custom-search/v1/using_rest?hl=en

https://developers.google.com/custom-search/v1/using_rest?hl=en

Start Your App

npm run dev