SearchSphere is a Google Clone project that replicates the core search functionality of Google. This project includes features such as voice search, instant search results, and responsive design. Built using modern web technologies, SearchSphere provides an intuitive and seamless user experience.
- Text Search: Search for content by typing in the search bar.
- Voice Search: Use speech recognition to perform searches without typing.
- Real-time Search Results: Get instant results as you type your query.
- Error Handling: Displays error messages for unsupported features.
- Responsive Design: Optimized for both desktop and mobile devices.
- React.js: A JavaScript library for building user interfaces.
- React Router: For handling navigation and routing.
- Web Speech API: Implements voice search functionality.
- React Icons: Provides icons for the user interface.
- Tailwind CSS: For designing and styling the user interface.
- Node.js: Download Node.js
- npm: Node package manager, included with Node.js
- Text Search: Enter a query in the search bar and press Enter to search.
- Voice Search: Click the microphone icon and speak to perform a voice search.
- Clear Search: Click the close icon to clear the current search input.