A lightweight, fully client-side mini Virtual Assistant built with HTML, CSS, and JavaScript in collaboration with Jugal Team. Works directly in the browser without requiring any backend server!
This project provides an interactive virtual assistant interface that executes commands and user requests completely on the front-end client side. It leverages native browser APIs (such as the Web Speech API) to process voice inputs without server overhead.
- 100% Client-Side: Operates entirely in the browser using JavaScript, eliminating the need for server infrastructure or external API keys.
- Voice Recognition: Integrated microphone functionality via SVG assets to listen and respond to speech commands.
- Lightweight & Fast: Minimal memory footprint with standard HTML5, CSS3, and modern JavaScript.
- Responsive Interface: Designed to present a clean visual dashboard across standard desktop and mobile screens.
.
├── index.html # Main markup structure for the assistant interface
├── style.css # Custom styling, animations, and visual elements
├── script.js # Voice processing logic, command handling, and app state
├── logo1.png # Application branding logo
├── mic.svg # Microphone input UI icon
└── README.md
