Skip to content

Clone of Google Search developed using Next.js and Tailwind CSS by Bhagya Mudgal.

Notifications You must be signed in to change notification settings

bhagyamudgal/google-search-clone

Repository files navigation

Google Search Clone

Clone of Google Search developed using Next.js and Tailwind CSS by Bhagya Mudgal.

Link - https://bm-google-search-clone.vercel.app/

Tech Stack

Client: Next.js, Tailwind CSS

Server: Next.js

API: Google Custom Search API

Screenshots

Home Screenshot

Search Screenshot

Demo Video

https://drive.google.com/file/d/1boyTaqdnXy2Tmcz8wjnlsIHp_M_8tM14/view?usp=sharing

Run Locally

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.

Environment Variables

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.

About

Clone of Google Search developed using Next.js and Tailwind CSS by Bhagya Mudgal.

Topics

Resources

Stars

Watchers

Forks