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.
React.js, Sass
This site is hosted here
- Google Custom Search API : For getting web page links and image links.
- YouTube Data API v3 : For getting video links.
- Google Books API : For getting Book links.
- GNews API : For getting News artice links.
- Clone the repo
- Run
npm install
- Add all API Keys in
.env
file - Now run
npm start
to run it locally