Netra is a web app crafted to simplify and speed up your search experience by generating links to multiple search engines and apps with a single query. By unifying various platforms, Netra provides seamless access to information, making your searches faster and more efficient.
- Unified Search Links: Instantly generate search links across multiple engines (Google, Bing, DuckDuckGo, and more) from one input.
- Recent Searches: Access a list of your recent searches for quick reference.
- Copy to Clipboard: Effortlessly copy all generated search links to your clipboard with one click.
- Responsive Interface: Built for both desktop and mobile, ensuring a smooth experience on any device.
- Light Theme: Enjoy a clean, light-themed interface powered by Tailwind CSS, offering a modern and user-friendly look.
Here’s an overview of the project’s file structure:
Netra
├── public
│ ├── app.js # Main app logic for the public directory
│ ├── manifest.json # Manifest file for PWA support
│ ├── index.html # Main HTML file
│ └── assets # Folder for icons and images
│ ├── icons
│ │ ├── icon-192x192.png
│ │ └── icon-512x512.png
│ └── open-graph-image.jpg
├── src
│ ├── config/config.js # Configuration settings
│ ├── data/data.js # Sample data for the app
│ ├── components # JavaScript components
│ ├── libs/clipboard.js # Clipboard utility for easy copying
└── README.md # Project README
Netra is a Progressive Web App (PWA), so it can be added to your home screen for an app-like experience:
- Open Netra in your browser.
- Select “Add to Home Screen” from the browser settings.
- Launch Netra directly from your device’s home screen, just like a native app!
- Enter Your Query: Start by typing your search term into the search field.
- Select Search Engines: Choose from a range of popular search engines or apps.
- View Results: Click on any generated link to open it in a new tab, or use the "Copy All" button to quickly copy all search links to your clipboard.
Created by Nikhil Sharma.
Feel free to reach out with questions, feedback, or suggestions. Your thoughts help make Netra better!
Special thanks to everyone who inspired and supported the creation of Netra! Tailwind CSS deserves a mention for enabling a powerful and clean UI design.
Enjoy fast, multi-platform searching with Netra! 🚀