A basic virtual assistant chatbot built with plain HTML, CSS, and JavaScript. It helps perform simple voice-based tasks, making user interactions easier and more intuitive.
- Voice recognition using Web Speech API
- Text-to-speech responses
- Simple command-based interactions (e.g., time, greetings)
- Lightweight and fast – no external libraries used
- Click the microphone button to speak.
- The assistant listens and responds based on your voice commands.
- Some supported commands:
- "hello", "hi", "hey"
- "what's the time"
- Add more commands in the JavaScript easily.
- HTML
- CSS
- JavaScript (Web Speech)
- Add more voice commands
- Integrate with APIs (e.g., weather, news)
- UI enhancements
Made with ❤️ by Sameer Chore