https://github.com/el-sherbini/goggle
Application to use an API to get google search results, built with React and ContextAPI
https://github.com/el-sherbini/goggle
context-api rapidapi reactjs reactplayer tailwindcss
Last synced: 10 months ago
JSON representation
Application to use an API to get google search results, built with React and ContextAPI
- Host: GitHub
- URL: https://github.com/el-sherbini/goggle
- Owner: el-sherbini
- Created: 2022-04-09T14:56:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T19:08:54.000Z (over 2 years ago)
- Last Synced: 2025-01-22T15:30:12.765Z (about 1 year ago)
- Topics: context-api, rapidapi, reactjs, reactplayer, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 560 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goggle
> Goggle is an application to use an API to get google search results, built with React, ContextAPI and [_Google Search_](https://rapidapi.com/apigeek/api/google-search3/) API.
## Installation and Setup Instructions
Clone down this repository. You will need `node` and `npm` installed globally on your machine.
### Installation:
Clone the repo:
```sh
git clone https://github.com/el-sherbini/Goggle.git
```
Run terminal command:
```sh
npm install
```
### Enter your Environment Variable in `.env` file, you can get one from [_here_](https://rapidapi.com/apigeek/api/google-search3/).
```sh
REACT_APP_API_KEY = 'ENTER YOUR RAPIDAPI KEY'
```
### To Start Server:
```sh
npm start
```
### To Visit App:
```sh
localhost:3000
```
## Technologies Used
- React.js
- ContextAPI
- Tailwind CSS
- react-loader-spinner
- react-player
- RapidAPI [__Google Search API__](https://rapidapi.com/apigeek/api/google-search3/)
## Features
- Responsive layout
- Light Mode & Dark Mode
- Get search results (total - news - images - videos)