Shubham0523 / Google-Search-Translator-Location-Retriever

The "Google-Search-Translator-Location-Retriever" project is a web application that uses the Google Search and Translate APIs, as well as the Geolocation API, to provide users with search functionality, translation services, and location information retrieval.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction:

This project is a clone of the Google search page. It allows users to search the internet using Google's search algorithm, get their current location, and translate the page into a different language using Google's Translate API.

Technologies Used:

HTML

CSS

JavaScript

Google Custom Search API

Google Geolocation API

Google Translate API

File Structure:

index.html: This file contains the HTML structure of the project, including the header, search bar, buttons, and Google Translate element.

style.css: This file contains the CSS styling for the project.

index.js: This file contains the JavaScript code for the project, including getting the user's location and displaying it on the page.

Functionality:

Search Bar: Users can type in their search query in the search bar and hit enter to search the internet using Google's search algorithm.

Buttons: There is a "Get Location" button that allows users to get their current location using the Google Geolocation API. Clicking the button displays the user's city, state/province, and zip/postal code.

Google Translate: The page can be translated into a different language using the Google Translate API. The Google Translate element is displayed on the page, and users can select their desired language from the dropdown menu.

preview

About

The "Google-Search-Translator-Location-Retriever" project is a web application that uses the Google Search and Translate APIs, as well as the Geolocation API, to provide users with search functionality, translation services, and location information retrieval.


Languages

Language:CSS 42.4%Language:HTML 38.6%Language:JavaScript 19.0%