Clone of Google Search developed using Next.js and Tailwind CSS by Bhagya Mudgal.
Link - https://bm-google-search-clone.vercel.app/
Client: Next.js, Tailwind CSS
Server: Next.js
API: Google Custom Search API
https://drive.google.com/file/d/1boyTaqdnXy2Tmcz8wjnlsIHp_M_8tM14/view?usp=sharing
Clone the project
git clone https://github.com/bhagyamudgal/google-search-clone.git
Go to the project directory
cd google-search-clone
Install dependencies
npm install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To run this project, you will need to add the following environment variables to your .env.local
file
GOOGLE_SEARCH_API_KEY
CONTEXT_KEY
You can take reference from .env.local.sample file in the repository.