- A clone of google.com using:
- Next.js
- google API for custom search
- tailwindcss
- heroicons.
- Live Demo
Clone or download repository and run npm i
to install dependencies and then npm start
to run the react project.
The API keys are not exposed, so you must add your own keys for google search API and google search context: In the root folder, create a file .env.local
and add the two keys:
NEXT_PUBLIC_API_KEY==YOUR GOOGLE SEARCH API KEY
eNEXT_PUBLIC_CONTEXT_KEY=YOUR GOOGLE CONTEXT KEY