An intelligent React Native app that cuts through the noise of web searching
Tired of wading through ads, clickbait, and irrelevant results when searching for specific content? This app generates optimized search queries (Google dorks) and opens them directly in your browser for precise, efficient results.
Simply enter what you're looking for and select the content type:
- Music - Songs, albums, artists
- Movies - Films, trailers, reviews
- Games - PC games, mobile games, reviews
- Books - eBooks, PDFs, audiobooks
- Videos - Tutorials, documentaries, entertainment
- Apps - Software, mobile applications
The app automatically generates multiple targeted search queries and opens them in Chrome for immediate, relevant results - no more scrolling through spam!
Note: Make sure you have completed the Set Up Your Environment guide before proceeding.
git clone https://github.com/sanskarOH/EasySearch.git
cd smart-search-tool
npm install
# or
yarn installTo start the Metro dev server: (Mostly automatically started when you run the app, Use this if not.)
# Using npm
npm start
# OR using Yarn
yarn start# Using npm
npm run android
# OR using Yarn
yarn androidInstall CocoaPods dependencies first:
# First time setup
bundle install
# Install pods (run after any native dependency updates)
bundle exec pod installThen run:
# Using npm
npm run ios
# OR using Yarn
yarn ios- Open the app
- Enter your search query
- Select content type (music, movies, games, etc.)
- Tap search - the app will open multiple optimized searches in Chrome
- Get relevant results without the clutter!
When you save changes to your code, the app automatically updates via Fast Refresh.
- Android: Press R twice or Ctrl + M → "Reload"
- iOS: Press R in iOS Simulator
- Smart Query Generation: Automatically creates multiple optimized search dorks
- Content Type Filtering: Specialized searches for different media types
- Direct Browser Integration: Opens results in Chrome for immediate access
- Ad-Free Results: Bypasses typical spam and clickbait content
- Fast & Lightweight: Quick searches without browser overhead
Having issues? Check the React Native Troubleshooting page.
- React Native Website - learn more about React Native
- Getting Started Guide - environment setup
- Learn the Basics - guided tour of React Native basics
- React Native Blog - latest official updates
We welcome contributions! Feel free to:
- Report bugs
- Suggest new content types
- Improve search algorithms
- Add new search dork patterns
This project is licensed under the MIT License - see the LICENSE file for details.
Say goodbye to endless scrolling through irrelevant search results. Get what you're looking for, faster.