Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.85 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.85 KB

Mock Google search

html javascript react mui

>> DEMO LINK <<

Description:

Imitation of Google home page, with search query
and voice input using Google Search Engine API. 
You get a page with results after the request.

P.S. The number of request is unfortunately limited by the provided API.

Documentation

1. Home page:

  • Search query page. (Imitation of the Google home page). On this page you can make a search query, voice dialing is also supported by clicking on the microphone icon. Added the ability to change the background image by clicking the pencil icon in the lower right corner of the screen.

2. Search result page:

  • A page displaying search results with links to relevant resources. On this page you can also make search queries

Frameworks / libs dokumentation:

The frameworks/libraries/modules used in the project

  • React npx create-react-app my-app
  • React Router npm i react-router-dom
  • Material UI npm install @mui/material @emotion/react @emotion/styled
  • Material UI icons npm install @mui/icons-material
  • gh-pages npm i gh-pages --save-dev

Developers