A react-based Google Search engine clone application to search through the web using google's Custom Search JSON API and Programmable Search Engine by Google
A react-based Google Search engine clone
application to search through the web using google’s Custom Search JSON API
and Programmable Search Engine
by Google
src > utils > response.json
for development purpose. For real-time results follow the below stepsgit clone https://github.com/dineshnadimpalli/React-Google-Search-Clone.git
npm install (or) npm i
npm start
Web API key
from your Project settings and paste it in the keys.js
fileSites to search
field as www.google.com and after the project is setup, go to Setup > Search the entire web
and set it to ONSearch engine ID
and paste it in keys.js
fileindex.js
file in src > Pages > SearchPage
according to the comments mentioned to fetch the actual search results instead of pre-loaded data