Skip to content

sameerchore/Plain-js-Virtual-Assistance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Plain JS Virtual Assistant

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.

🔗 Live Demo

👉 Try it here

✨ Features

  • 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

🚀 How It Works

  1. Click the microphone button to speak.
  2. The assistant listens and responds based on your voice commands.
  3. Some supported commands:
    • "hello", "hi", "hey"
    • "what's the time"
    • Add more commands in the JavaScript easily.

📂 Tech Stack

  • HTML
  • CSS
  • JavaScript (Web Speech)

📌 Future Improvements

  • Add more voice commands
  • Integrate with APIs (e.g., weather, news)
  • UI enhancements

Made with ❤️ by Sameer Chore

About

Its a plan JS assistant did for learning the speech recognition features in the JS . It can do basic works as there is in no API used .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors