Goggle is an application to use an API to get google search results, built with React, ContextAPI and Google Search API.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Clone the repo:
git clone https://github.com/el-sherbini/Goggle.git
Run terminal command:
npm install
Enter your Environment Variable in .env
file, you can get one from here.
REACT_APP_API_KEY = 'ENTER YOUR RAPIDAPI KEY'
npm start
localhost:3000
- React.js
- ContextAPI
- Tailwind CSS
- react-loader-spinner
- react-player
- RapidAPI Google Search API
- Responsive layout
- Light Mode & Dark Mode
- Get search results (total - news - images - videos)