A Google clone using Next JS, Tailwind CSS & Heroicons for the front-end and the Google Programmable Search Engine. Inspired by this tutorial
Inside the repo there is a .env.example file. Rename it to .env.local and fill the values with your own api keys.
For the google api you will need an api key and a context key.
NEXT_PUBLIC_GOOGLE_API_KEY=
NEXT_PUBLIC_CONTEXT_KEY=
Assuming you have npm or yarn installed, clone the repo and run the following code:
npm install
or
yarn install
Inside the cloned folder run:
npm run dev
or
yarn dev