A React JS Google Clone using Rapid API with amazing features
Googl – A React JS Google Search Engine Clone
⚠️ Before you start
- Make sure Git and NodeJS is installed
- Yarn is faster than Npm. So use Yarn.
- Create .env file in root folder.
- Contents of .env
REACT_APP_RAPID_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
-
Now, to setup API, go to Rapid API Website and create an account.
-
Enable this API to fetch google search results: API: Google Search by apigeek.
- After enabling you can get your API Keys and paste them in
.env
file inREACT_APP_RAPID_API_KEY
.
NOTE: Make sure you don’t share these keys publicaly.
? How to use this App?
- Clone this repository to your local computer.
- Open terminal in root directory.
- Type and Run
npm install
oryarn install
. - Once packages are installed, you can start this app using
npm run dev
oryarn dev
- Now app is fully configured and you can start using this app ?
? Built with
? Stats
?? Contribute
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
? Follow Me
⭐ Give A Star
You can also give this repository a star to show more people and they can use this repository.