A fully responsive Google search clone built with React, Tailwind CSS
Giggle⚡ (Google Clone)
It is a fully responsive Google search clone built with React, Tailwind CSS. Supports Dark Mode.
API used to get search results: Googe Search by apigeek
Set-Up locally
- Clone this repo
https://github.com/SudhanshuBlaze/Giggle.git
- Install Dependencies
npm install
-
Sign Up at rapid API and generate new API key.
-
Create a .env file in root of the project
-
Populate it with API KEY
ex:
REACT_APP_API_KEY="xxx"
- start the server
npm start