A standalone search engine derived from the VIREX portfolio project. Veyoo provides instant answers powered by Wikipedia API with support for multiple search engines.
- Instant Answers: Wikipedia-powered summaries for immediate results
- Multiple Search Engines: DuckDuckGo, Google, and Bing support
- Voice Search: Speech-to-text search capability
- Related Results: Explore related topics seamlessly
- Dark/Light Theme: Automatic theme switching
- Responsive Design: Works on all devices
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewSimply navigate to the application and start searching! The "Return Home" button will take you to virex.lol.
- React 19 with TypeScript
- Vite for build tooling
- Framer Motion for animations
- Tailwind CSS for styling
- Lucide React for icons
- User enters search query
- App fetches Wikipedia summary for instant answers
- If no summary available, redirects to chosen search engine
- Displays related topics for further exploration
Private project - All rights reserved.