Skip to content

Ayan-Kumar-Saha/react-google-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Clone 1.0 🎉

a minimal clone project of our beloved search engine

Checkout the live demo 👉 here

Tech

  • ReactJS 🚀 - A frontend library for building user interfaces
  • Firebase 🔥 - BaaS platform for buiding and running successful apps, backed by Google

Run Locally

  • Clone the project.
  • Get a Google Search API key from here and store it somewhere.
  • Create a programmable search engine from here and store the Search Engine ID.
  • Create a configuration.js file in the root of the /src folder with following content,
      export const GOOGLE_SEARCH_API_KEY = 'YOUR_SEARCH_API_KEY';
      export const GOOGLE_SEARCH_ENGINE_ID = 'YOUR_SEARCH_ENGINE_ID';
  • Run the app using npm start

Reach out to me

About

A clone of google using reactjs and firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published