React Js Google Clone

The Google Search Clone project was built using React.js for the front-end, and it leveraged the Google Custom Search JSON API for search functionality. Below is a brief overview of the technologies and APIs used in the project:

Technologies Used:

React.js:

A JavaScript library for building user interfaces. Used for creating a modular and reusable component-based structure.

API Used:

Google Custom Search JSON API:

A web search service provided by Google that allows developers to retrieve web and image search results. Requires an API key for authentication.

How to Run

First download this whole repository and also make sure you have installed nodejs.

Then open your directory after extracting it in cmd or terminal and run this command to install the the dependencies.

npm install

And also make the .env file and add the data as given in .env_sample file in .env file.

Enter your all google search APi details. [Tutorial is on my youtube channel].

after doing all this run this command to start your app:-

npm start

This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Enjoy Browsing !!