Keyword Finder is a modern, user-friendly web application that helps users discover related search suggestions from multiple platforms in real-time. This tool is invaluable for SEO specialists, content creators, and market researchers looking to optimize their content strategy.
- Multi-Platform Search Suggestions: Get real-time keyword suggestions from Google, Yahoo, Bing, and YouTube
- Clean, Minimalist Design: Intuitive interface with a focus on usability
- Responsive Layout: Works seamlessly across desktop and mobile devices
- Clickable Results: Each keyword links directly to the respective search engine results
- Real-time Updates: Suggestions update as you type for immediate feedback
- React 18
- TypeScript
- Vite
- Tailwind CSS
- ShadCN UI Components
- React Router
- Node.js (v16 or higher)
- npm or yarn
-
Clone the repository
git clone https://github.com/onwp/keyword-finder.git cd keyword-finder
-
Install dependencies
npm install # or yarn install
-
Start the development server
npm run dev # or yarn dev
-
Open your browser and navigate to
http://localhost:5173
npm run build
# or
yarn build
- Enter a search term in the input field
- View related keyword suggestions from multiple platforms
- Click on any suggestion to open the search results in a new tab
- Modify your search to see updated suggestions in real-time
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.