Checkout the live demo 👉 here
- ReactJS 🚀 - A frontend library for building user interfaces
- Firebase 🔥 - BaaS platform for buiding and running successful apps, backed by Google
- 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