Skip to content

Sai-02/google-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Clone

This is clone of Search Engine Google. It allows to search by giving input as well as by taking audio. It gives webpage links, image links, news links, video links and book links related to the searched keyword.

Tech Used

React.js, Sass

Live Demo

This site is hosted here

Screenshots

Screenshot (256) Screenshot (258) Screenshot (259) Screenshot (260) Screenshot (261) Screenshot (262) Screenshot (263) Screenshot (264) Screenshot (265) Screenshot (266)

APIs Used

  1. Google Custom Search API : For getting web page links and image links.
  2. YouTube Data API v3 : For getting video links.
  3. Google Books API : For getting Book links.
  4. GNews API : For getting News artice links.

Run it locally

  1. Clone the repo
  2. Run npm install
  3. Add all API Keys in .env file
  4. Now run npm start to run it locally